From 58f66fa60a4e839a5579ad42a8cd9e2ccda16310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Feb 2022 11:24:14 +0000 Subject: [PATCH 1/4] 1.1.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720aed38c..5c89d8621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 1.1.0 - 11 Feb 2022 - The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909) - Beware that the CodeQL build tracer in this release (and in all earlier releases) is incompatible with Windows 11 and Windows Server 2022. This incompatibility affects database extraction for compiled languages: cpp, csharp, go, and java. As a result, analyzing these languages with the `windows-latest` or `windows-2022` Actions virtual environments is currently unsupported. If you use any of these languages, please use the `windows-2019` Actions virtual environment or otherwise avoid these specific Windows versions until a new release fixes this incompatibility. From 68365ec9446b2463820047328871d4b09f9ce14b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Feb 2022 11:57:58 +0000 Subject: [PATCH 2/4] Update changelog and version after v1.1.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c89d8621..69fee43c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.1.0 - 11 Feb 2022 - The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909) From 3fdc5a23fa79e3bc1ebf6e0538283e44f5704926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Feb 2022 11:58:00 +0000 Subject: [PATCH 3/4] 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- runner/package-lock.json | 2 +- runner/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fad9612b0..375de00c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@actions/artifact": "^0.5.2", diff --git a/package.json b/package.json index 42c220199..66a1773e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "CodeQL action", "scripts": { diff --git a/runner/package-lock.json b/runner/package-lock.json index ad0eec96d..ede276a43 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.33", + "version": "1.0.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index 27b773cce..126c031a3 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.33", + "version": "1.0.34", "private": true, "description": "CodeQL runner", "scripts": { From 19debd424cdd230382d598891c449afc358b2113 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Feb 2022 12:12:30 +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 5e0e3b461..641bb44b2 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": {