Skip to content

Commit 6349095

Browse files
authored
Merge pull request #2810 from github/update-bundle/codeql-bundle-v2.20.7
Update default bundle to 2.20.7
2 parents 55f0237 + d7d03fd commit 6349095

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## [UNRELEASED]
66

77
- Dependency caching should now cache more dependencies for Java `build-mode: none` extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
8+
- Update default CodeQL bundle version to 2.20.7. [#2810](https://github.com/github/codeql-action/pull/2810)
89

910
## 3.28.11 - 07 Mar 2025
1011

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.6",
3-
"cliVersion": "2.20.6",
4-
"priorBundleVersion": "codeql-bundle-v2.20.5",
5-
"priorCliVersion": "2.20.5"
2+
"bundleVersion": "codeql-bundle-v2.20.7",
3+
"cliVersion": "2.20.7",
4+
"priorBundleVersion": "codeql-bundle-v2.20.6",
5+
"priorCliVersion": "2.20.6"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.6",
3-
"cliVersion": "2.20.6",
4-
"priorBundleVersion": "codeql-bundle-v2.20.5",
5-
"priorCliVersion": "2.20.5"
2+
"bundleVersion": "codeql-bundle-v2.20.7",
3+
"cliVersion": "2.20.7",
4+
"priorBundleVersion": "codeql-bundle-v2.20.6",
5+
"priorCliVersion": "2.20.6"
66
}

0 commit comments

Comments
 (0)