diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ce7b9f1b..5bebc4ed38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the - Bump the minimum CodeQL bundle version to 2.14.6. [#2549](https://github.com/github/codeql-action/pull/2549) - Fix an issue where the `upload-sarif` Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the `upload-sarif` Action. [#2557](https://github.com/github/codeql-action/pull/2557) +- Update default CodeQL bundle version to 2.19.2. [#2552](https://github.com/github/codeql-action/pull/2552) ## 3.26.13 - 14 Oct 2024 diff --git a/lib/defaults.json b/lib/defaults.json index 4314c67e25..58a0b1f58e 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.19.1", - "cliVersion": "2.19.1", - "priorBundleVersion": "codeql-bundle-v2.19.0", - "priorCliVersion": "2.19.0" + "bundleVersion": "codeql-bundle-v2.19.2", + "cliVersion": "2.19.2", + "priorBundleVersion": "codeql-bundle-v2.19.1", + "priorCliVersion": "2.19.1" } diff --git a/src/defaults.json b/src/defaults.json index b0e2603c75..d817dee776 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.19.1", - "cliVersion": "2.19.1", - "priorBundleVersion": "codeql-bundle-v2.19.0", - "priorCliVersion": "2.19.0" + "bundleVersion": "codeql-bundle-v2.19.2", + "cliVersion": "2.19.2", + "priorBundleVersion": "codeql-bundle-v2.19.1", + "priorCliVersion": "2.19.1" }