diff --git a/CHANGELOG.md b/CHANGELOG.md index e59d5404c4..2270d87b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [UNRELEASED] +- Update default CodeQL bundle version to 2.11.4. [#1391](https://github.com/github/codeql-action/pull/1391) - Fixed a bug where some the `init` action and the `analyze` action would have different sets of experimental feature flags enabled. [#1384](https://github.com/github/codeql-action/pull/1384) ## 2.1.33 - 16 Nov 2022 diff --git a/lib/defaults.json b/lib/defaults.json index 39a5dd80e8..0f32e5d5ff 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20221105" + "bundleVersion": "codeql-bundle-20221123" } diff --git a/src/defaults.json b/src/defaults.json index 25f11946b2..a83d15c8d7 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20221105" + "bundleVersion": "codeql-bundle-20221123" }