From 04ea3b12c87fa9e4bdf6d1e9d0b38a95e691850f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Aug 2022 15:54:54 +0000 Subject: [PATCH 1/4] Update changelog for v2.1.19 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9423d1de2f..99f3ae0c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## [UNRELEASED] +## 2.1.19 - 17 Aug 2022 - In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. [#1159](https://github.com/github/codeql-action/pull/1159) - Update default CodeQL bundle version to 2.10.3. [#1178](https://github.com/github/codeql-action/pull/1178) From 7c3d74c9d7ed9b3795b497666531d9b5a5b2ddc4 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 17 Aug 2022 16:59:59 +0100 Subject: [PATCH 2/4] Move changelog note to right release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f3ae0c0b..0aa4324863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2.1.19 - 17 Aug 2022 +- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098) - In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. [#1159](https://github.com/github/codeql-action/pull/1159) - Update default CodeQL bundle version to 2.10.3. [#1178](https://github.com/github/codeql-action/pull/1178) - The combination of python2 and Pipenv is no longer supported. [#1181](https://github.com/github/codeql-action/pull/1181) @@ -31,7 +32,6 @@ No user facing changes. ## 2.1.13 - 21 Jun 2022 -- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098) - Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100) ## 2.1.12 - 01 Jun 2022 From 5354facf4bcc271816e85a342f7bf7ab7e496a1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Aug 2022 09:42:43 +0000 Subject: [PATCH 3/4] Update changelog and version after v2.1.19 --- 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 0aa4324863..f94115df03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.19 - 17 Aug 2022 - Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https://github.com/github/codeql-action/pull/1098) diff --git a/package-lock.json b/package-lock.json index 73eb06abd0..e26039b151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.19", + "version": "2.1.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.19", + "version": "2.1.20", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 91e1137943..1ecac188b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.19", + "version": "2.1.20", "private": true, "description": "CodeQL action", "scripts": { From 0ce8ba5772659e0f3c576d1be8b08bd3c76e8ac2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Aug 2022 10:17:01 +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 c92feab5ec..aa92b52965 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.19", + "version": "2.1.20", "lockfileVersion": 2, "requires": true, "packages": {