Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a00331

Browse filesBrowse files
authored
Merge pull request #2910 from github/update-bundle/codeql-bundle-v2.21.4
Update default bundle to 2.21.4
2 parents dc138d4 + c0a821d commit 4a00331
Copy full SHA for 4a00331

File tree

Expand file treeCollapse file tree

3 files changed

+9
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-8
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
88
The `actions` extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the `actions` language _and_ you have pinned
99
your `tools:` property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
1010
`actions` analysis.
11+
- Update default CodeQL bundle version to 2.21.4. [#2910](https://github.com/github/codeql-action/pull/2910)
1112

1213
## 3.28.18 - 16 May 2025
1314

‎lib/defaults.json

Copy file name to clipboard
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.21.3",
3-
"cliVersion": "2.21.3",
4-
"priorBundleVersion": "codeql-bundle-v2.21.2",
5-
"priorCliVersion": "2.21.2"
2+
"bundleVersion": "codeql-bundle-v2.21.4",
3+
"cliVersion": "2.21.4",
4+
"priorBundleVersion": "codeql-bundle-v2.21.3",
5+
"priorCliVersion": "2.21.3"
66
}

‎src/defaults.json

Copy file name to clipboard
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.21.3",
3-
"cliVersion": "2.21.3",
4-
"priorBundleVersion": "codeql-bundle-v2.21.2",
5-
"priorCliVersion": "2.21.2"
2+
"bundleVersion": "codeql-bundle-v2.21.4",
3+
"cliVersion": "2.21.4",
4+
"priorBundleVersion": "codeql-bundle-v2.21.3",
5+
"priorCliVersion": "2.21.3"
66
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.