Skip to content

Commit 56b25d5

Browse files
authored
Merge pull request #2793 from github/update-bundle/codeql-bundle-v2.20.6
Update default bundle to 2.20.6
2 parents 911d845 + 256aa16 commit 56b25d5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

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

55
## [UNRELEASED]
66

7-
No user facing changes.
7+
- Update default CodeQL bundle version to 2.20.6. [#2793](https://github.com/github/codeql-action/pull/2793)
88

99
## 3.28.10 - 21 Feb 2025
1010

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.20.5",
3-
"cliVersion": "2.20.5",
4-
"priorBundleVersion": "codeql-bundle-v2.20.4",
5-
"priorCliVersion": "2.20.4"
2+
"bundleVersion": "codeql-bundle-v2.20.6",
3+
"cliVersion": "2.20.6",
4+
"priorBundleVersion": "codeql-bundle-v2.20.5",
5+
"priorCliVersion": "2.20.5"
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.5",
3-
"cliVersion": "2.20.5",
4-
"priorBundleVersion": "codeql-bundle-v2.20.4",
5-
"priorCliVersion": "2.20.4"
2+
"bundleVersion": "codeql-bundle-v2.20.6",
3+
"cliVersion": "2.20.6",
4+
"priorBundleVersion": "codeql-bundle-v2.20.5",
5+
"priorCliVersion": "2.20.5"
66
}

0 commit comments

Comments
 (0)