diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5bb77448..9d97cb8b48 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 a9910c0792..fbc4da087f 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 559bbc8488..c5ca4bf442 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220112" + "bundleVersion": "codeql-bundle-20220120" }