From 23b7196b6bb38599ac6096111b348e2ba1c55444 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Thu, 21 Apr 2022 23:12:38 +0200 Subject: [PATCH] Bump default CodeQL version to 2.9.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 314ef59045..feec878f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024) - The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. [#1007](https://github.com/github/codeql-action/pull/1007) +- Update default CodeQL bundle version to 2.9.0. ## 2.1.8 - 08 Apr 2022 diff --git a/lib/defaults.json b/lib/defaults.json index c8ce931d1e..773669e1a8 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220401" + "bundleVersion": "codeql-bundle-20220421" } diff --git a/src/defaults.json b/src/defaults.json index 06eaddc2f3..67bbcf9b63 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20220401" + "bundleVersion": "codeql-bundle-20220421" }