From 300c8b6dcbaf905eb250b06113e2e62c340a2d20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jan 2022 20:35:30 +0000 Subject: [PATCH 1/4] 1.0.27 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636a041a2..919fcc92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 1.0.27 - 11 Jan 2022 - The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. From c2a7379048eea902fb63cc2578c471974ff92d10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jan 2022 21:43:33 +0000 Subject: [PATCH 2/4] Update changelog and version after v1.0.27 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919fcc92a..348228f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.0.27 - 11 Jan 2022 - The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. From f6f23f867199901c8bd5272e4f4d67566ef5272a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jan 2022 21:43:35 +0000 Subject: [PATCH 3/4] 1.0.28 --- 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 b49d6da80..634b4ca7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "1.0.27", + "version": "1.0.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "1.0.27", + "version": "1.0.28", "license": "MIT", "dependencies": { "@actions/artifact": "^0.5.2", diff --git a/package.json b/package.json index 111beecd1..656ca87fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.27", + "version": "1.0.28", "private": true, "description": "CodeQL action", "scripts": { diff --git a/runner/package-lock.json b/runner/package-lock.json index 379390257..9888b718a 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.27", + "version": "1.0.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index 3f8b91ff2..197cc1a4d 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.27", + "version": "1.0.28", "private": true, "description": "CodeQL runner", "scripts": { From f8a48f464d18ef5265afe557879dabb89162f4e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jan 2022 21:57:25 +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 8f7687466..ad7352fe2 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.27", + "version": "1.0.28", "lockfileVersion": 2, "requires": true, "packages": {