Update changelog and version after v1.0.22

This commit is contained in:
github-actions[bot] 2021-11-04 11:49:57 +00:00
parent 5581e08a65
commit c4b0d49ea3

View file

@ -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)