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 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" }