From 9ccc99508a819cb9c340028d7711b129f96c8a2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:53:49 +0000 Subject: [PATCH 1/5] Update default bundle to codeql-bundle-v2.17.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 798b25b2a..30e15988d 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.17.5", - "cliVersion": "2.17.5", - "priorBundleVersion": "codeql-bundle-v2.17.4", - "priorCliVersion": "2.17.4" + "bundleVersion": "codeql-bundle-v2.17.6", + "cliVersion": "2.17.6", + "priorBundleVersion": "codeql-bundle-v2.17.5", + "priorCliVersion": "2.17.5" } diff --git a/src/defaults.json b/src/defaults.json index 6b1380ac7..c4e805d98 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.17.5", - "cliVersion": "2.17.5", - "priorBundleVersion": "codeql-bundle-v2.17.4", - "priorCliVersion": "2.17.4" + "bundleVersion": "codeql-bundle-v2.17.6", + "cliVersion": "2.17.6", + "priorBundleVersion": "codeql-bundle-v2.17.5", + "priorCliVersion": "2.17.5" } From a32d3058b827f5d2ba08dc2570887f14b164a794 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:53:54 +0000 Subject: [PATCH 2/5] Add changelog note --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3bf9bb8..e288fa915 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] - Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349) +- Update default CodeQL bundle version to 2.17.6. [#2352](https://github.com/github/codeql-action/pull/2352) ## 3.25.10 - 13 Jun 2024 From 3e6431f3accd84bb42779fc3c9d9f447caa3a6d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:09:54 +0000 Subject: [PATCH 3/5] Update changelog for v3.25.11 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e288fa915..5266d98d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. -## [UNRELEASED] +## 3.25.11 - 28 Jun 2024 - Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349) - Update default CodeQL bundle version to 2.17.6. [#2352](https://github.com/github/codeql-action/pull/2352) From 7bb9277650f098135b8afb5cf19f48b54b548c9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:45:16 +0000 Subject: [PATCH 4/5] Update changelog and version after v3.25.11 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5266d98d9..ce440c42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. +## [UNRELEASED] + +No user facing changes. + ## 3.25.11 - 28 Jun 2024 - Avoid failing the workflow run if there is an error while uploading debug artifacts. [#2349](https://github.com/github/codeql-action/pull/2349) diff --git a/package-lock.json b/package-lock.json index 3223ec9ab..235e8c5a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 6c325d92e..55143acd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "private": true, "description": "CodeQL action", "scripts": { From 80ab1ac076868e20a4b4fb05fe7ab6fe9a5bd7cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:47:15 +0000 Subject: [PATCH 5/5] Update checked-in dependencies --- node_modules/.package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 8047afc7d..4936db93c 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.11", + "version": "3.25.12", "lockfileVersion": 3, "requires": true, "packages": {