Skip to content

Commit 1532671

Browse files
Update default bundle to 2.19.1 (#2519)
* Update default bundle to codeql-bundle-v2.19.1 * Add changelog note --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Angela P Wen <[email protected]>
2 parents 46d955c + 64871a8 commit 1532671

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
1919
Starting November 30, 2024, GitHub.com customers will [no longer be able to use `actions/download-artifact@v3`](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/). Therefore, to avoid breakage, customers who programmatically download the CodeQL Action debug artifacts should set the `CODEQL_ACTION_ARTIFACT_V4_UPGRADE` environment variable to `true` and bump `actions/download-artifact@v3` to `actions/download-artifact@v4` in their workflows. The CodeQL Action will enable this behavior by default in early November and workflows that have not yet bumped to `actions/download-artifact@v3` to `actions/download-artifact@v4` will begin failing then.
2020

2121
This change is currently unavailable for GitHub Enterprise Server customers, as `actions/upload-artifact@v4` and `actions/download-artifact@v4` are not yet compatible with GHES.
22+
- Update default CodeQL bundle version to 2.19.1. [#2519](https://github.com/github/codeql-action/pull/2519)
2223

2324
## 3.26.10 - 30 Sep 2024
2425

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.19.0",
3-
"cliVersion": "2.19.0",
4-
"priorBundleVersion": "codeql-bundle-v2.18.4",
5-
"priorCliVersion": "2.18.4"
2+
"bundleVersion": "codeql-bundle-v2.19.1",
3+
"cliVersion": "2.19.1",
4+
"priorBundleVersion": "codeql-bundle-v2.19.0",
5+
"priorCliVersion": "2.19.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.19.0",
3-
"cliVersion": "2.19.0",
4-
"priorBundleVersion": "codeql-bundle-v2.18.4",
5-
"priorCliVersion": "2.18.4"
2+
"bundleVersion": "codeql-bundle-v2.19.1",
3+
"cliVersion": "2.19.1",
4+
"priorBundleVersion": "codeql-bundle-v2.19.0",
5+
"priorCliVersion": "2.19.0"
66
}

0 commit comments

Comments
 (0)