Merge pull request #2925 from github/update-bundle/codeql-bundle-v2.22.0

Update default bundle to 2.22.0
This commit is contained in:
Chuan-kai Lin 2025-06-11 08:37:30 -07:00 committed by GitHub
commit e8799281c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View file

@ -4,6 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
## [UNRELEASED]
- Update default CodeQL bundle version to 2.22.0. [#2925](https://github.com/github/codeql-action/pull/2925)
- Bump minimum CodeQL bundle version to 2.16.6. [#2912](https://github.com/github/codeql-action/pull/2912)
## 3.28.19 - 03 Jun 2025

View file

@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.21.4",
"cliVersion": "2.21.4",
"priorBundleVersion": "codeql-bundle-v2.21.3",
"priorCliVersion": "2.21.3"
"bundleVersion": "codeql-bundle-v2.22.0",
"cliVersion": "2.22.0",
"priorBundleVersion": "codeql-bundle-v2.21.4",
"priorCliVersion": "2.21.4"
}

View file

@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.21.4",
"cliVersion": "2.21.4",
"priorBundleVersion": "codeql-bundle-v2.21.3",
"priorCliVersion": "2.21.3"
"bundleVersion": "codeql-bundle-v2.22.0",
"cliVersion": "2.22.0",
"priorBundleVersion": "codeql-bundle-v2.21.4",
"priorCliVersion": "2.21.4"
}