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
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]
- 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"
}