From b378daf0bca41dc51cee6a7f0b9ef19e3154d6ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:54:03 +0000 Subject: [PATCH 1/3] Update default bundle to codeql-bundle-v2.20.6 --- 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 eb86ae86c0..db9c2a27c5 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.20.5", - "cliVersion": "2.20.5", - "priorBundleVersion": "codeql-bundle-v2.20.4", - "priorCliVersion": "2.20.4" + "bundleVersion": "codeql-bundle-v2.20.6", + "cliVersion": "2.20.6", + "priorBundleVersion": "codeql-bundle-v2.20.5", + "priorCliVersion": "2.20.5" } diff --git a/src/defaults.json b/src/defaults.json index c23048c950..df95e81144 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.20.5", - "cliVersion": "2.20.5", - "priorBundleVersion": "codeql-bundle-v2.20.4", - "priorCliVersion": "2.20.4" + "bundleVersion": "codeql-bundle-v2.20.6", + "cliVersion": "2.20.6", + "priorBundleVersion": "codeql-bundle-v2.20.5", + "priorCliVersion": "2.20.5" } From 8dc01f6342a3f934d1a339917531a4d8beda41bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:54:07 +0000 Subject: [PATCH 2/3] Add changelog note --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a391d9930..2581c240e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] -No user facing changes. +- Update default CodeQL bundle version to 2.20.6. [#2793](https://github.com/github/codeql-action/pull/2793) ## 3.28.10 - 21 Feb 2025 From ec3b22164b6b09c9b3d63ff4e9d41084895602b0 Mon Sep 17 00:00:00 2001 From: Chuan-kai Lin Date: Mon, 3 Mar 2025 13:06:35 -0800 Subject: [PATCH 3/3] Update supported GitHub Enterprise Server versions --- lib/api-compatibility.json | 2 +- src/api-compatibility.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/api-compatibility.json b/lib/api-compatibility.json index f41a476807..06aaa38869 100644 --- a/lib/api-compatibility.json +++ b/lib/api-compatibility.json @@ -1 +1 @@ -{ "maximumVersion": "3.16", "minimumVersion": "3.12" } +{ "maximumVersion": "3.17", "minimumVersion": "3.12" } diff --git a/src/api-compatibility.json b/src/api-compatibility.json index a56c5acaa1..22e711d786 100644 --- a/src/api-compatibility.json +++ b/src/api-compatibility.json @@ -1 +1 @@ -{"maximumVersion": "3.16", "minimumVersion": "3.12"} +{"maximumVersion": "3.17", "minimumVersion": "3.12"}