From 8ba120503347278e8aed1f7dbd7aaac06ccb4a6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:45:02 +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 3d090058513728223efe693bdfe48b7d315ac558 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:45:07 +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..dfe0982c06 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. [#2636](https://github.com/github/codeql-action/pull/2636) ## 3.27.6 - 03 Dec 2024