diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5bb7744..9d97cb8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [UNRELEASED] - Display a better error message when encountering a workflow that runs the `codeql-action/init` action multiple times. [#876](https://github.com/github/codeql-action/pull/876) +- Update default CodeQL bundle version to 2.7.6. [#877](https://github.com/github/codeql-action/pull/877) ## 1.0.29 - 21 Jan 2022 diff --git a/lib/defaults.json b/lib/defaults.json index a9910c079..fbc4da087 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220112" + "bundleVersion": "codeql-bundle-20220120" } diff --git a/src/defaults.json b/src/defaults.json index 559bbc848..c5ca4bf44 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220112" + "bundleVersion": "codeql-bundle-20220120" }