Merge pull request #911 from github/cklin/codeql-cli-2.8.0

Update default CodeQL version to 2.8.0
This commit is contained in:
Chuan-kai Lin 2022-02-04 13:03:16 -08:00 committed by GitHub
commit 16d4068732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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. [#911](https://github.com/github/codeql-action/pull/911)
## 1.0.31 - 31 Jan 2022

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220120"
"bundleVersion": "codeql-bundle-20220128"
}

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220120"
"bundleVersion": "codeql-bundle-20220128"
}