Skip to content

Commit e2b6f0f

Browse files
authored
Merge pull request #3000 from github/update-bundle/codeql-bundle-v2.22.3
Update default bundle to 2.22.3
2 parents b1228d0 + ec8d9c6 commit e2b6f0f

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
- The `cleanup-level` input to the `analyze` Action is now deprecated. The CodeQL Action has not written intermediate results to the database since version 2.2.5, so this option now has little to no practical use. [#2998](https://github.com/github/codeql-action/pull/2998)
8+
- Update default CodeQL bundle version to 2.22.3. [#3000](https://github.com/github/codeql-action/pull/3000)
89

910
## 3.29.5 - 29 Jul 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.2",
3-
"cliVersion": "2.22.2",
4-
"priorBundleVersion": "codeql-bundle-v2.22.1",
5-
"priorCliVersion": "2.22.1"
2+
"bundleVersion": "codeql-bundle-v2.22.3",
3+
"cliVersion": "2.22.3",
4+
"priorBundleVersion": "codeql-bundle-v2.22.2",
5+
"priorCliVersion": "2.22.2"
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.2",
3-
"cliVersion": "2.22.2",
4-
"priorBundleVersion": "codeql-bundle-v2.22.1",
5-
"priorCliVersion": "2.22.1"
2+
"bundleVersion": "codeql-bundle-v2.22.3",
3+
"cliVersion": "2.22.3",
4+
"priorBundleVersion": "codeql-bundle-v2.22.2",
5+
"priorCliVersion": "2.22.2"
66
}

0 commit comments

Comments
 (0)