From 7c9f107230e2342bc648b9bfe3c05df9968e64f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:51:31 +0000 Subject: [PATCH 1/2] Update default bundle to codeql-bundle-v2.20.0 --- lib/defaults.json | 8 ++++---- src/defaults.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index 2e084a4ce5..6ece99d325 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.19.4", - "cliVersion": "2.19.4", - "priorBundleVersion": "codeql-bundle-v2.19.3", - "priorCliVersion": "2.19.3" + "bundleVersion": "codeql-bundle-v2.20.0", + "cliVersion": "2.20.0", + "priorBundleVersion": "codeql-bundle-v2.19.4", + "priorCliVersion": "2.19.4" } diff --git a/src/defaults.json b/src/defaults.json index 6e0e0dbbce..605f18897b 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.19.4", - "cliVersion": "2.19.4", - "priorBundleVersion": "codeql-bundle-v2.19.3", - "priorCliVersion": "2.19.3" + "bundleVersion": "codeql-bundle-v2.20.0", + "cliVersion": "2.20.0", + "priorBundleVersion": "codeql-bundle-v2.19.4", + "priorCliVersion": "2.19.4" } From f69d0cd528246d68267c16257e0bce86a6271eaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:51:37 +0000 Subject: [PATCH 2/2] Add changelog note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 129707222b..caa6b94cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] - We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. [#2631](https://github.com/github/codeql-action/pull/2631) +- Update default CodeQL bundle version to 2.20.0. [#2635](https://github.com/github/codeql-action/pull/2635) ## 3.27.6 - 03 Dec 2024