Bump CodeQL version to 2.10.4

This commit is contained in:
Edoardo Pirovano
2022-08-26 10:02:32 +01:00
parent d92a91c5c4
commit 693b97bf50
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
## [UNRELEASED]
- Downloading CodeQL packs has been moved to the `init` step. Previously, CodeQL packs were downloaded during the `analyze` step. [#1218](https://github.com/github/codeql-action/pull/1218)
- Update default CodeQL bundle version to 2.10.4. [#1224](https://github.com/github/codeql-action/pull/1224)
## 2.1.21 - 25 Aug 2022

View File

@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220811"
"bundleVersion": "codeql-bundle-20220825"
}

View File

@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220811"
"bundleVersion": "codeql-bundle-20220825"
}