Add --finalize-dataset to database finalize call
This commit is contained in:
parent
06df98a513
commit
babcc1b793
3 changed files with 3 additions and 1 deletions
1
lib/codeql.js
generated
1
lib/codeql.js
generated
|
|
@ -417,6 +417,7 @@ function getCodeQLForCmd(cmd) {
|
|||
await toolrunner_error_catcher_1.toolrunnerErrorCatcher(cmd, [
|
||||
"database",
|
||||
"finalize",
|
||||
"--finalize-dataset",
|
||||
threadsFlag,
|
||||
...getExtraOptionsFromEnv(["database", "finalize"]),
|
||||
databasePath,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -665,6 +665,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
|||
[
|
||||
"database",
|
||||
"finalize",
|
||||
"--finalize-dataset",
|
||||
threadsFlag,
|
||||
...getExtraOptionsFromEnv(["database", "finalize"]),
|
||||
databasePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue