Skip to content

Commit b86edfc

Browse files
authored
Merge pull request #2893 from github/update-bundle/codeql-bundle-v2.21.3
Update default bundle to 2.21.3
2 parents 510dfa3 + e93b900 commit b86edfc

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7+
- Update default CodeQL bundle version to 2.21.3. [#2893](https://github.com/github/codeql-action/pull/2893)
78
- Skip validating SARIF produced by CodeQL for improved performance. [#2894](https://github.com/github/codeql-action/pull/2894)
89
- 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)
910

lib/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.21.2",
3-
"cliVersion": "2.21.2",
4-
"priorBundleVersion": "codeql-bundle-v2.21.1",
5-
"priorCliVersion": "2.21.1"
2+
"bundleVersion": "codeql-bundle-v2.21.3",
3+
"cliVersion": "2.21.3",
4+
"priorBundleVersion": "codeql-bundle-v2.21.2",
5+
"priorCliVersion": "2.21.2"
66
}

src/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.21.2",
3-
"cliVersion": "2.21.2",
4-
"priorBundleVersion": "codeql-bundle-v2.21.1",
5-
"priorCliVersion": "2.21.1"
2+
"bundleVersion": "codeql-bundle-v2.21.3",
3+
"cliVersion": "2.21.3",
4+
"priorBundleVersion": "codeql-bundle-v2.21.2",
5+
"priorCliVersion": "2.21.2"
66
}

0 commit comments

Comments
 (0)