From d4fcc8b7bd5fb75e4560757fd1e3491eff3148e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 16:27:36 +0000 Subject: [PATCH 1/2] Update default bundle to codeql-bundle-v2.17.4 --- 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 a96dc10e56..c4fbd7b399 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.17.3", - "cliVersion": "2.17.3", - "priorBundleVersion": "codeql-bundle-v2.17.2", - "priorCliVersion": "2.17.2" + "bundleVersion": "codeql-bundle-v2.17.4", + "cliVersion": "2.17.4", + "priorBundleVersion": "codeql-bundle-v2.17.3", + "priorCliVersion": "2.17.3" } diff --git a/src/defaults.json b/src/defaults.json index 2f4eb0e6de..463a259e61 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.17.3", - "cliVersion": "2.17.3", - "priorBundleVersion": "codeql-bundle-v2.17.2", - "priorCliVersion": "2.17.2" + "bundleVersion": "codeql-bundle-v2.17.4", + "cliVersion": "2.17.4", + "priorBundleVersion": "codeql-bundle-v2.17.3", + "priorCliVersion": "2.17.3" } From 440350bade078775c9706f73128be1d19c22f3c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 16:27:40 +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 d7b658db6e..0600e63d04 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 feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. [#2306](https://github.com/github/codeql-action/pull/2306) +- Update default CodeQL bundle version to 2.17.4. [#2321](https://github.com/github/codeql-action/pull/2321) ## 3.25.6 - 20 May 2024