Update codeql to 2.9.1

This commit is contained in:
alexet 2022-05-03 15:58:57 +01:00
parent 96bc9c36c6
commit 3c6dd303a8
3 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
## [UNRELEASED]
- Update default CodeQL bundle version to 2.9.5. [#1056](https://github.com/github/codeql-action/pull/1056)
- When `wait-for-processing` is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results.
## 2.1.9 - 27 Apr 2022

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220421"
"bundleVersion": "codeql-bundle-20220428"
}

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220421"
"bundleVersion": "codeql-bundle-20220428"
}