Skip to content

Commit e879928

Browse files
authored
Merge pull request #2925 from github/update-bundle/codeql-bundle-v2.22.0
Update default bundle to 2.22.0
2 parents 7cb9b16 + efd43b3 commit e879928

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.22.0. [#2925](https://github.com/github/codeql-action/pull/2925)
78
- Bump minimum CodeQL bundle version to 2.16.6. [#2912](https://github.com/github/codeql-action/pull/2912)
89

910
## 3.28.19 - 03 Jun 2025

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.4",
3-
"cliVersion": "2.21.4",
4-
"priorBundleVersion": "codeql-bundle-v2.21.3",
5-
"priorCliVersion": "2.21.3"
2+
"bundleVersion": "codeql-bundle-v2.22.0",
3+
"cliVersion": "2.22.0",
4+
"priorBundleVersion": "codeql-bundle-v2.21.4",
5+
"priorCliVersion": "2.21.4"
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.4",
3-
"cliVersion": "2.21.4",
4-
"priorBundleVersion": "codeql-bundle-v2.21.3",
5-
"priorCliVersion": "2.21.3"
2+
"bundleVersion": "codeql-bundle-v2.22.0",
3+
"cliVersion": "2.22.0",
4+
"priorBundleVersion": "codeql-bundle-v2.21.4",
5+
"priorCliVersion": "2.21.4"
66
}

0 commit comments

Comments
 (0)