Skip to content

Commit 8ef1782

Browse files
authored
Merge pull request #2950 from github/update-bundle/codeql-bundle-v2.22.1
Update default bundle to 2.22.1
2 parents 9b02dc2 + f3bfb98 commit 8ef1782

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
@@ -5,6 +5,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
55
## [UNRELEASED]
66

77
- Fix bug in PR analysis where user-provided `include` query filter fails to exclude non-included queries. [#2938](https://github.com/github/codeql-action/pull/2938)
8+
- Update default CodeQL bundle version to 2.22.1. [#2950](https://github.com/github/codeql-action/pull/2950)
89

910
## 3.29.0 - 11 Jun 2025
1011

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

0 commit comments

Comments
 (0)