From ed40e306f5f17b884175f99849da6fd4bf70dc4b Mon Sep 17 00:00:00 2001 From: Chuan-kai Lin Date: Fri, 24 Jun 2022 08:55:35 -0700 Subject: [PATCH] Update default CodeQL version to 2.10.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 4af60e5709..c8ab30c945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - CodeQL query packs listed in the `packs` configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. [#1116](https://github.com/github/codeql-action/pull/1116) - The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details. [#1124](https://github.com/github/codeql-action/pull/1124) +- Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123) ## 2.1.14 - 22 Jun 2022 diff --git a/lib/defaults.json b/lib/defaults.json index 281e00c3be..adb2a4a774 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220615" + "bundleVersion": "codeql-bundle-20220623" } diff --git a/src/defaults.json b/src/defaults.json index 0ef942bc41..eb312d8265 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220615" + "bundleVersion": "codeql-bundle-20220623" }