Skip to content

Commit 2a8cbad

Browse files
authored
Merge pull request #2863 from github/update-bundle/codeql-bundle-v2.21.1
Update default bundle to 2.21.1
2 parents 4c3e536 + f76eaf5 commit 2a8cbad

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.21.1. [#2863](https://github.com/github/codeql-action/pull/2863)
88

99
## 3.28.15 - 07 Apr 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.21.0",
3-
"cliVersion": "2.21.0",
4-
"priorBundleVersion": "codeql-bundle-v2.20.7",
5-
"priorCliVersion": "2.20.7"
2+
"bundleVersion": "codeql-bundle-v2.21.1",
3+
"cliVersion": "2.21.1",
4+
"priorBundleVersion": "codeql-bundle-v2.21.0",
5+
"priorCliVersion": "2.21.0"
66
}

src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.21.0",
3-
"cliVersion": "2.21.0",
4-
"priorBundleVersion": "codeql-bundle-v2.20.7",
5-
"priorCliVersion": "2.20.7"
2+
"bundleVersion": "codeql-bundle-v2.21.1",
3+
"cliVersion": "2.21.1",
4+
"priorBundleVersion": "codeql-bundle-v2.21.0",
5+
"priorCliVersion": "2.21.0"
66
}

0 commit comments

Comments
 (0)