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, [
|
await toolrunner_error_catcher_1.toolrunnerErrorCatcher(cmd, [
|
||||||
"database",
|
"database",
|
||||||
"finalize",
|
"finalize",
|
||||||
|
"--finalize-dataset",
|
||||||
threadsFlag,
|
threadsFlag,
|
||||||
...getExtraOptionsFromEnv(["database", "finalize"]),
|
...getExtraOptionsFromEnv(["database", "finalize"]),
|
||||||
databasePath,
|
databasePath,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -665,6 +665,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
||||||
[
|
[
|
||||||
"database",
|
"database",
|
||||||
"finalize",
|
"finalize",
|
||||||
|
"--finalize-dataset",
|
||||||
threadsFlag,
|
threadsFlag,
|
||||||
...getExtraOptionsFromEnv(["database", "finalize"]),
|
...getExtraOptionsFromEnv(["database", "finalize"]),
|
||||||
databasePath,
|
databasePath,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue