From b8490d73e81c817af80bf6d59fe2a5c693f88635 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:23:27 +0000 Subject: [PATCH 1/2] Update default bundle to codeql-bundle-v2.14.0 --- lib/defaults.json | 8 ++++---- src/defaults.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/defaults.json b/lib/defaults.json index 79119f48b6..d87bc3732e 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.13.5", - "cliVersion": "2.13.5", - "priorBundleVersion": "codeql-bundle-v2.13.4", - "priorCliVersion": "2.13.4" + "bundleVersion": "codeql-bundle-v2.14.0", + "cliVersion": "2.14.0", + "priorBundleVersion": "codeql-bundle-v2.13.5", + "priorCliVersion": "2.13.5" } diff --git a/src/defaults.json b/src/defaults.json index 14cfcb2e13..ebc9522f9f 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.13.5", - "cliVersion": "2.13.5", - "priorBundleVersion": "codeql-bundle-v2.13.4", - "priorCliVersion": "2.13.4" + "bundleVersion": "codeql-bundle-v2.14.0", + "cliVersion": "2.14.0", + "priorBundleVersion": "codeql-bundle-v2.13.5", + "priorCliVersion": "2.13.5" } From 49f147856ed9edadb842cd86e5747e107b2651e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 16:23:39 +0000 Subject: [PATCH 2/2] Add changelog note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51b43a1b0..157fb1fa0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - This is the last release of the Action that supports CodeQL CLI versions 2.8.5 to 2.9.3. These versions of the CodeQL CLI were deprecated on June 20, 2023 alongside GitHub Enterprise Server 3.5 and will not be supported by the next release of the CodeQL Action (2.21.0). - If you are using one of these versions, please update to CodeQL CLI version 2.9.4 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version. - Alternatively, if you want to continue using a version of the CodeQL CLI between 2.8.5 and 2.9.3, you can replace 'github/codeql-action/*@v2' by 'github/codeql-action/*@v2.20.4' in your code scanning workflow to ensure you continue using this version of the CodeQL Action. +- Update default CodeQL bundle version to 2.14.0. [#1762](https://github.com/github/codeql-action/pull/1762) ## 2.20.3 - 06 Jul 2023