From 98042e78cab7d8b8cf7299b1a29d46068477f1bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:36:41 +0000 Subject: [PATCH 1/5] Update default bundle to codeql-bundle-v2.18.1 --- 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 ca73cdd44a..a58063be26 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.18.0", - "cliVersion": "2.18.0", - "priorBundleVersion": "codeql-bundle-v2.17.6", - "priorCliVersion": "2.17.6" + "bundleVersion": "codeql-bundle-v2.18.1", + "cliVersion": "2.18.1", + "priorBundleVersion": "codeql-bundle-v2.18.0", + "priorCliVersion": "2.18.0" } diff --git a/src/defaults.json b/src/defaults.json index a213828b40..8503bea5b3 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.18.0", - "cliVersion": "2.18.0", - "priorBundleVersion": "codeql-bundle-v2.17.6", - "priorCliVersion": "2.17.6" + "bundleVersion": "codeql-bundle-v2.18.1", + "cliVersion": "2.18.1", + "priorBundleVersion": "codeql-bundle-v2.18.0", + "priorCliVersion": "2.18.0" } From 736528d92f71a5ff9a90f1c24da0b5959ef4dc13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:36:45 +0000 Subject: [PATCH 2/5] Add changelog note --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9f970890..63201dc868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the ## [UNRELEASED] -No user facing changes. +- Update default CodeQL bundle version to 2.18.1. [#2385](https://github.com/github/codeql-action/pull/2385) ## 3.25.13 - 19 Jul 2024 From 02d73d05447c3f282c80a9ce71dc56ba6cc59e38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:30:02 +0000 Subject: [PATCH 3/5] Update changelog and version after v3.25.14 --- 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 b55d6f85e4..971cf5a8f9 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.14 - 25 Jul 2024 - Experimental: add a new `start-proxy` action which starts the same HTTP proxy as used by [`github/dependabot-action`](https://github.com/github/dependabot-action). Do not use this in production as it is part of an internal experiment and subject to change at any time. diff --git a/package-lock.json b/package-lock.json index 88929b7761..bb8685eacf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index 64de85b51e..d6e7ceb459 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "private": true, "description": "CodeQL action", "scripts": { From 9e375a8f4f6c35a436d30c08d90e034f7ee6c9ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:33:53 +0000 Subject: [PATCH 4/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 5f553b5548..4e68baa48a 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.25.14", + "version": "3.25.15", "lockfileVersion": 3, "requires": true, "packages": { From 57a4b22c7d841087f9554367a1df5d1654ad7f58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:50:10 +0000 Subject: [PATCH 5/5] Update changelog for v3.25.15 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1816e64e52..4952e703f6 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.15 - 26 Jul 2024 - Update default CodeQL bundle version to 2.18.1. [#2385](https://github.com/github/codeql-action/pull/2385)