Update default CodeQL version to 2.9.4

This commit is contained in:
Edoardo Pirovano 2022-06-15 14:03:04 +01:00
parent 30fe0a56d2
commit ccf5d70ab3
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
3 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
## [UNRELEASED]
- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098)
- Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100)
## 2.1.12 - 01 Jun 2022

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220527"
"bundleVersion": "codeql-bundle-20220615"
}

View file

@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220527"
"bundleVersion": "codeql-bundle-20220615"
}