From a392055010958665f488633eb6b2ab394502d946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Nov 2021 19:57:33 +0000 Subject: [PATCH] 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 7d3f8d09d..5bab19903 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)