Skip to content

Commit d2fd19b

Browse files
authored
Merge pull request #966 from github/mergeback/v1.1.4-to-main-f5d82270
Mergeback v1.1.4 refs/heads/v1 into main
2 parents 308528b + c825c24 commit d2fd19b

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## [UNRELEASED]
44

5-
- Update default CodeQL bundle version to 2.8.2.
6-
- Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner.
5+
No user facing changes.
6+
7+
## 1.1.4 - 07 Mar 2022
8+
9+
- Update default CodeQL bundle version to 2.8.2. [#950](https://github.com/github/codeql-action/pull/950)
10+
- 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)
711

812
## 1.1.3 - 23 Feb 2022
913

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {
@@ -75,4 +75,4 @@
7575
"resolutions": {
7676
"glob-parent": ">=5.1.2"
7777
}
78-
}
78+
}

runner/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql-runner",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"description": "CodeQL runner",
66
"scripts": {
@@ -14,4 +14,4 @@
1414
"webpack": "^5.50.0",
1515
"webpack-cli": "^4.7.2"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)