From c4b0d49ea3615291b1d7c5f7ec4eabb21d01dbda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Nov 2021 11:49:57 +0000 Subject: [PATCH] Update changelog and version after v1.0.22 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 627b3d66d..66e8f8803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 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)