From cbce00d08d9b4b9612275f60a9a29ac09c3898b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Apr 2022 16:41:08 +0000 Subject: [PATCH 1/3] Update changelog for v2.1.9 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212a8fb65d..cc90c8c817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## [UNRELEASED] +## 2.1.9 - 27 Apr 2022 - Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024) - 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"`. [#1007](https://github.com/github/codeql-action/pull/1007) From 016ec75b7c72d217482f024a681ce8ff85bfa0ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Apr 2022 18:21:50 +0000 Subject: [PATCH 2/3] Update changelog and version after v2.1.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 cc90c8c817..7e99ce25f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.9 - 27 Apr 2022 - Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024) diff --git a/package-lock.json b/package-lock.json index 496fa866ba..203a1cdeeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.9", + "version": "2.1.10", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index ad642a36f4..20267c4493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.9", + "version": "2.1.10", "private": true, "description": "CodeQL action", "scripts": { From 04f504ca7f369fec5580b00f812c601f00efd710 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Apr 2022 20:55:44 +0000 Subject: [PATCH 3/3] 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 7e630e593a..966b83cc49 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 2, "requires": true, "packages": {