Merge pull request #966 from github/mergeback/v1.1.4-to-main-f5d82270

Mergeback v1.1.4 refs/heads/v1 into main
This commit is contained in:
Andrew Eisenberg 2022-03-07 17:27:08 -08:00 committed by GitHub
commit d2fd19b7d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 10 deletions

View file

@ -2,8 +2,12 @@
## [UNRELEASED]
- Update default CodeQL bundle version to 2.8.2.
- Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner.
No user facing changes.
## 1.1.4 - 07 Mar 2022
- Update default CodeQL bundle version to 2.8.2. [#950](https://github.com/github/codeql-action/pull/950)
- Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. [#955](https://github.com/github/codeql-action/pull/955)
## 1.1.3 - 23 Feb 2022

2
node_modules/.package-lock.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "1.1.4",
"version": "1.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "1.1.4",
"version": "1.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"description": "CodeQL action",
"scripts": {
@ -75,4 +75,4 @@
"resolutions": {
"glob-parent": ">=5.1.2"
}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "codeql-runner",
"version": "1.1.4",
"version": "1.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "codeql-runner",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"description": "CodeQL runner",
"scripts": {
@ -14,4 +14,4 @@
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
}
}
}