From 2dc40cec39bdc63d3561d74fa6100cebb0418ff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:18:43 +0000 Subject: [PATCH 1/2] Update default bundle to codeql-bundle-v2.25.5 --- lib/defaults.json | 8 ++++---- lib/entry-points.js | 4 ++-- src/defaults.json | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index edd8175757..a57ede64b9 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.25.4", - "cliVersion": "2.25.4", - "priorBundleVersion": "codeql-bundle-v2.25.3", - "priorCliVersion": "2.25.3" + "bundleVersion": "codeql-bundle-v2.25.5", + "cliVersion": "2.25.5", + "priorBundleVersion": "codeql-bundle-v2.25.4", + "priorCliVersion": "2.25.4" } diff --git a/lib/entry-points.js b/lib/entry-points.js index b05cde9c85..75cfa8cbb4 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -148871,8 +148871,8 @@ function wrapApiConfigurationError(e) { } // src/defaults.json -var bundleVersion = "codeql-bundle-v2.25.4"; -var cliVersion = "2.25.4"; +var bundleVersion = "codeql-bundle-v2.25.5"; +var cliVersion = "2.25.5"; // src/overlay/index.ts var fs4 = __toESM(require("fs")); diff --git a/src/defaults.json b/src/defaults.json index edd8175757..a57ede64b9 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.25.4", - "cliVersion": "2.25.4", - "priorBundleVersion": "codeql-bundle-v2.25.3", - "priorCliVersion": "2.25.3" + "bundleVersion": "codeql-bundle-v2.25.5", + "cliVersion": "2.25.5", + "priorBundleVersion": "codeql-bundle-v2.25.4", + "priorCliVersion": "2.25.4" } From d1f74b777c95c777bf4f42ce4b250bc916e745c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:18:49 +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 45fccfb9fd..54af8c6adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th - _Breaking change_: Bump the minimum required CodeQL bundle version to 2.19.4. [#3894](https://github.com/github/codeql-action/pull/3894) - Add support for SHA-256 Git object IDs. [#3893](https://github.com/github/codeql-action/pull/3893) +- Update default CodeQL bundle version to [2.25.5](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5). [#3926](https://github.com/github/codeql-action/pull/3926) ## 4.35.5 - 15 May 2026