From bca71988d36202bef22f8c6b321354f2e9f49b20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Nov 2021 18:48:44 +0000 Subject: [PATCH 1/5] 1.0.23 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73dfb6093..aadc132841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 1.0.23 - 16 Nov 2021 - Update default CodeQL bundle version to 2.7.1. From 0aea87896387864566e7843b7ba11eb4987e0a77 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Tue, 16 Nov 2021 20:39:37 +0100 Subject: [PATCH 2/5] fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aadc132841..7d3f8d09d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ ## 1.0.23 - 16 Nov 2021 -- Update default CodeQL bundle version to 2.7.1. +- The `upload-sarif` action now allows multiple uploads in a single job, as long as they have different categories. [#801](https://github.com/github/codeql-action/pull/801) +- Update default CodeQL bundle version to 2.7.1. [#816](https://github.com/github/codeql-action/pull/816) ## 1.0.22 - 04 Nov 2021 - The `init` step of the Action now supports `ram` and `threads` inputs to limit resource use of CodeQL extractors. These inputs also serve as defaults to the subsequent `analyze` step, which finalizes the database and executes queries. [#738](https://github.com/github/codeql-action/pull/738) - When used with CodeQL 2.7.1 or above, the Action now includes custom query help in the analysis results uploaded to GitHub code scanning, if available. To add help text for a custom query, create a Markdown file next to the `.ql` file containing the query, using the same base name but the file extension `.md`. [#804](https://github.com/github/codeql-action/pull/804) -- The `upload-sarif` action now allows multiple uploads in a single job, as long as they have different categories. [#801](https://github.com/github/codeql-action/pull/801) ## 1.0.21 - 28 Oct 2021 From a392055010958665f488633eb6b2ab394502d946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Nov 2021 19:57:33 +0000 Subject: [PATCH 3/5] Update changelog and version after v1.0.23 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3f8d09d9..5bab19903b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.0.23 - 16 Nov 2021 - The `upload-sarif` action now allows multiple uploads in a single job, as long as they have different categories. [#801](https://github.com/github/codeql-action/pull/801) From 077f7b253244bf1aeaf2818ffcdf3da9a414e590 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Nov 2021 19:57:34 +0000 Subject: [PATCH 4/5] 1.0.24 --- package-lock.json | 2 +- package.json | 2 +- runner/package-lock.json | 2 +- runner/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc2f6f54f7..820eca9425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.23", + "version": "1.0.24", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b6f0d8dd7c..fa4c65af4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.23", + "version": "1.0.24", "private": true, "description": "CodeQL action", "scripts": { diff --git a/runner/package-lock.json b/runner/package-lock.json index dd9a195b24..9dec6f9f0b 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.23", + "version": "1.0.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index c37e7636e8..e1d69cbde1 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.23", + "version": "1.0.24", "private": true, "description": "CodeQL runner", "scripts": { From dbf7ac4b376877ba05c75111df21e3f4f7de0c6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Nov 2021 23:52:01 +0000 Subject: [PATCH 5/5] Update checked-in dependencies --- node_modules/.package-lock.json | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 72ae2e2d7b..79e7cfd838 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.23", + "version": "1.0.24", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 820eca9425..f44c62853c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "codeql", - "version": "1.0.23", + "version": "1.0.24", "license": "MIT", "dependencies": { "@actions/artifact": "^0.5.2",