From f2c3e7ca4ea3bbfff5809ba66ee432eabe4a56a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Nov 2022 16:34:17 +0000 Subject: [PATCH 1/4] Update changelog for v2.1.33 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5eb9cfac..3a6c2ecf08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## [UNRELEASED] +## 2.1.33 - 16 Nov 2022 - Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in [CodeQL Action version 2.1.27](#2127---06-oct-2022). [#1322](https://github.com/github/codeql-action/pull/1322) From d13b9b82443f6bef82b3e8bc796fe2336c7d9d39 Mon Sep 17 00:00:00 2001 From: Marco Gario Date: Wed, 16 Nov 2022 17:45:42 +0100 Subject: [PATCH 2/4] Fix changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6c2ecf08..b82531fbff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ ## 2.1.33 - 16 Nov 2022 - Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in [CodeQL Action version 2.1.27](#2127---06-oct-2022). [#1322](https://github.com/github/codeql-action/pull/1322) +- Bump the minimum CodeQL bundle version to 2.6.3. [#1358](https://github.com/github/codeql-action/pull/1358) ## 2.1.32 - 14 Nov 2022 - Update default CodeQL bundle version to 2.11.3. [#1348](https://github.com/github/codeql-action/pull/1348) - Update the ML-powered additional query pack for JavaScript to version 0.4.0. [#1351](https://github.com/github/codeql-action/pull/1351) -- Bump the minimum CodeQL bundle version to 2.6.3. [#1358](https://github.com/github/codeql-action/pull/1358) ## 2.1.31 - 04 Nov 2022 From e353814da44bd7e0c6387b4faab90912e72d4822 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Nov 2022 18:17:50 +0000 Subject: [PATCH 3/4] Update changelog and version after v2.1.33 --- 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 b82531fbff..bf408e51ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.33 - 16 Nov 2022 - Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in [CodeQL Action version 2.1.27](#2127---06-oct-2022). [#1322](https://github.com/github/codeql-action/pull/1322) diff --git a/package-lock.json b/package-lock.json index 1ed51b87f0..1325685708 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 49e95fd883..47a274bfe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "private": true, "description": "CodeQL action", "scripts": { From 377b692bf31180f2ac8c3f1702aef62040d46543 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Nov 2022 18:49:58 +0000 Subject: [PATCH 4/4] 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 77d7dcd1c0..1e10ceec98 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "lockfileVersion": 3, "requires": true, "packages": {