Support splitting of DB creation and query execution

This commit is contained in:
Edoardo Pirovano
2021-06-28 10:07:51 +01:00
parent 1e61ecb0c1
commit ef852c006a
12 changed files with 186 additions and 66 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## [UNRELEASED]
No user facing changes.
- The `analyze` step of the Action now supports a `skip-queries` option to merely build the CodeQL database without analyzing. This functionality is not present in the runner. Additionally, the step will no longer fail if it encounters a finalized database, and will instead continue with query execution. [#602](https://github.com/github/codeql-action/pull/602)
## 1.0.4 - 28 Jun 2021