From c2a7379048eea902fb63cc2578c471974ff92d10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jan 2022 21:43:33 +0000 Subject: [PATCH] Update changelog and version after v1.0.27 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 919fcc92a..348228f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.0.27 - 11 Jan 2022 - 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"`.