Merge pull request #2893 from github/update-bundle/codeql-bundle-v2.21.3

Update default bundle to 2.21.3
This commit is contained in:
Chris Smowton 2025-05-15 12:40:00 +01:00 committed by GitHub
commit b86edfc27a
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.21.3. [#2893](https://github.com/github/codeql-action/pull/2893)
- Skip validating SARIF produced by CodeQL for improved performance. [#2894](https://github.com/github/codeql-action/pull/2894)
- The number of threads and amount of RAM used by CodeQL can now be set via the `CODEQL_THREADS` and `CODEQL_RAM` runner environment variables. If set, these environment variables override the `threads` and `ram` inputs respectively. [#2891](https://github.com/github/codeql-action/pull/2891)

View file

@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.21.2",
"cliVersion": "2.21.2",
"priorBundleVersion": "codeql-bundle-v2.21.1",
"priorCliVersion": "2.21.1"
"bundleVersion": "codeql-bundle-v2.21.3",
"cliVersion": "2.21.3",
"priorBundleVersion": "codeql-bundle-v2.21.2",
"priorCliVersion": "2.21.2"
}

View file

@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.21.2",
"cliVersion": "2.21.2",
"priorBundleVersion": "codeql-bundle-v2.21.1",
"priorCliVersion": "2.21.1"
"bundleVersion": "codeql-bundle-v2.21.3",
"cliVersion": "2.21.3",
"priorBundleVersion": "codeql-bundle-v2.21.2",
"priorCliVersion": "2.21.2"
}