Skip to content

Commit

Permalink
Update default CodeQL version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cklin committed Feb 4, 2022
1 parent 904d0ac commit b175c22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

- Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889)
- 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)
- Update default CodeQL bundle version to 2.8.0. [#910](https://github.com/github/codeql-action/pull/910)

## 1.0.31 - 31 Jan 2022

Expand Down
2 changes: 1 addition & 1 deletion lib/defaults.json
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220120"
"bundleVersion": "codeql-bundle-20220128"
}
2 changes: 1 addition & 1 deletion src/defaults.json
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220120"
"bundleVersion": "codeql-bundle-20220128"
}

0 comments on commit b175c22

Please sign in to comment.