From 300c8b6dcbaf905eb250b06113e2e62c340a2d20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jan 2022 20:35:30 +0000 Subject: [PATCH] 1.0.27 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636a041a27..919fcc92ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 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"`.