From 1c3b8c867ba7d8de952a0d8522ca6e125fa18034 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:47:43 +0000 Subject: [PATCH 1/5] Update default bundle to codeql-bundle-v2.15.4 --- 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 1638969275..8061083657 100644 --- a/lib/defaults.json +++ b/lib/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.15.3", - "cliVersion": "2.15.3", - "priorBundleVersion": "codeql-bundle-v2.15.2", - "priorCliVersion": "2.15.2" + "bundleVersion": "codeql-bundle-v2.15.4", + "cliVersion": "2.15.4", + "priorBundleVersion": "codeql-bundle-v2.15.3", + "priorCliVersion": "2.15.3" } diff --git a/src/defaults.json b/src/defaults.json index fdf9fbf29e..28d3d80334 100644 --- a/src/defaults.json +++ b/src/defaults.json @@ -1,6 +1,6 @@ { - "bundleVersion": "codeql-bundle-v2.15.3", - "cliVersion": "2.15.3", - "priorBundleVersion": "codeql-bundle-v2.15.2", - "priorCliVersion": "2.15.2" + "bundleVersion": "codeql-bundle-v2.15.4", + "cliVersion": "2.15.4", + "priorBundleVersion": "codeql-bundle-v2.15.3", + "priorCliVersion": "2.15.3" } From b6dc4ba94b60904bd83cc6e9186e94a7e55366a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:47:47 +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 875784f48c..ca153608b0 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.15.4. [#2016](https://github.com/github/codeql-action/pull/2016) ## 2.22.8 - 23 Nov 2023 From 5e0f9dbc48f564b68392e465dcdacd74eab63e25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:33:23 +0000 Subject: [PATCH 3/5] Update changelog and version after v2.22.9 --- 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 a2c0bb145d..612d91c269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. +## [UNRELEASED] + +No user facing changes. + ## 2.22.9 - 07 Dec 2023 No user facing changes. diff --git a/package-lock.json b/package-lock.json index 31cc45a544..4a58b5418f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.22.9", + "version": "2.22.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.22.9", + "version": "2.22.10", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.2", diff --git a/package.json b/package.json index b0113149e0..fe4e353c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.9", + "version": "2.22.10", "private": true, "description": "CodeQL action", "scripts": { From 458b4226ad8e38f90ff6a4ad1e18ab2593e7e3dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:37:26 +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 6d3c1aaad1..63536577ca 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.22.9", + "version": "2.22.10", "lockfileVersion": 3, "requires": true, "packages": { From 31e94d8cb16220f5617d878dad8d698487b2bb49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:16:38 +0000 Subject: [PATCH 5/5] Update changelog for v2.22.10 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347cf672b4..3366d4eaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. -## [UNRELEASED] +## 2.22.10 - 12 Dec 2023 - Update default CodeQL bundle version to 2.15.4. [#2016](https://github.com/github/codeql-action/pull/2016)