Update default CodeQL version to 2.8.0

This commit is contained in:
Chuan-kai Lin 2022-02-04 11:24:40 -08:00
parent 904d0acf90
commit aab545260e
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"
}