Merge branch 'main' into henrymercer/report-ml-powered-query-enablement

This commit is contained in:
Henry Mercer 2022-02-07 14:39:20 +00:00 committed by GitHub
commit cc622a02a9
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"
}