From d85c3e58ec6ae9792d2f44e91cd70fe563a91193 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Wed, 5 Jan 2022 14:03:10 +0100 Subject: [PATCH] Bump CodeQL version to 2.7.5 --- 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 348228f240..3666ccc13a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ No user facing changes. - 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"`. +- Update default CodeQL bundle version to 2.7.5. ## 1.0.26 - 10 Dec 2021 diff --git a/lib/defaults.json b/lib/defaults.json index d386d90b32..a9910c0792 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20211208" + "bundleVersion": "codeql-bundle-20220112" } diff --git a/src/defaults.json b/src/defaults.json index ffbb3b29e1..559bbc8488 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,3 +1,3 @@ { - "bundleVersion": "codeql-bundle-20211208" + "bundleVersion": "codeql-bundle-20220112" }