From 1c652cd4ee89cd61e7d9f9f25074d38f25822123 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:58:37 +0000 Subject: [PATCH 1/2] Update default bundle to codeql-bundle-v2.16.3 --- 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 6fecfa3bdb..9ad219e11c 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.16.2", - "cliVersion": "2.16.2", - "priorBundleVersion": "codeql-bundle-v2.16.1", - "priorCliVersion": "2.16.1" + "bundleVersion": "codeql-bundle-v2.16.3", + "cliVersion": "2.16.3", + "priorBundleVersion": "codeql-bundle-v2.16.2", + "priorCliVersion": "2.16.2" } diff --git a/src/defaults.json b/src/defaults.json index 31028a6f69..f70e175c73 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.16.2", - "cliVersion": "2.16.2", - "priorBundleVersion": "codeql-bundle-v2.16.1", - "priorCliVersion": "2.16.1" + "bundleVersion": "codeql-bundle-v2.16.3", + "cliVersion": "2.16.3", + "priorBundleVersion": "codeql-bundle-v2.16.2", + "priorCliVersion": "2.16.2" } From 5a968766524060bfe92e9a04f54f3f7d2f7d93bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:58:40 +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 3b0fc264d5..36c9e51d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] - Fix an issue where an existing, but empty, `/sys/fs/cgroup/cpuset.cpus` file always resulted in a single-threaded run. [#2151](https://github.com/github/codeql-action/pull/2151) +- Update default CodeQL bundle version to 2.16.3. [#2156](https://github.com/github/codeql-action/pull/2156) ## 3.24.3 - 15 Feb 2024