From b175c22447754cca71c9ecaeed6f87293fedb5aa Mon Sep 17 00:00:00 2001 From: Chuan-kai Lin Date: Fri, 4 Feb 2022 11:24:10 -0800 Subject: [PATCH] Update default CodeQL version to 2.8.0 --- CHANGELOG.md | 1 + lib/defaults.json | 2 +- src/defaults.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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" }