From 3f2269bf582e81dd5805117b08e4389d1c4ace78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Nov 2021 18:48:44 +0000 Subject: [PATCH 1/2] 1.0.23 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73dfb609..aadc13284 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 160021fe5337812d6418b5076c60aee5a5e3588b Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Tue, 16 Nov 2021 20:39:37 +0100 Subject: [PATCH 2/2] fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aadc13284..7d3f8d09d 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