diff --git a/CHANGELOG.md b/CHANGELOG.md index f1352bd49f..ca78856dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889) - Add `ref` and `sha` inputs to the `analyze` action, which override the defaults provided by the GitHub Action context. [#889](https://github.com/github/codeql-action/pull/889) +- Update default CodeQL bundle version to 2.8.0. [#910](https://github.com/github/codeql-action/pull/910) ## 1.0.31 - 31 Jan 2022 diff --git a/lib/defaults.json b/lib/defaults.json index fbc4da087f..ca0779d3df 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220120" + "bundleVersion": "codeql-bundle-20220128" } diff --git a/src/defaults.json b/src/defaults.json index c5ca4bf442..58ddb5260a 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220120" + "bundleVersion": "codeql-bundle-20220128" }