From 3b4e4d44dcb315333f9c8c1ebfcf939ea415950b Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Thu, 20 Jan 2022 12:02:46 +0000 Subject: [PATCH] Update default CodeQL version to 2.7.6 --- 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 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" }