Skip to content

Commit d44d1b6

Browse files
committed
Update default CodeQL version to 2.8.0
1 parent 904d0ac commit d44d1b6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889)
66
- Add `ref` and `sha` inputs to the `analyze` action, which override the defaults provided by the GitHub Action context. [#889](https://github.com/github/codeql-action/pull/889)
7+
- Update default CodeQL bundle version to 2.8.0. [#910](https://github.com/github/codeql-action/pull/910)
78

89
## 1.0.31 - 31 Jan 2022
910

lib/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220120"
2+
"bundleVersion": "codeql-bundle-20220128"
33
}

src/defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20220120"
2+
"bundleVersion": "codeql-bundle-20220128"
33
}

0 commit comments

Comments
 (0)