make interpret-results single-threaded

This commit is contained in:
Esben Sparre Andreasen
2022-02-23 09:44:22 +01:00
parent 040feefecf
commit 800838a339
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -872,13 +872,13 @@ async function getCodeQLForCmd(
querySuitePaths: string[],
sarifFile: string,
addSnippetsFlag: string,
threadsFlag: string,
_threadsFlag: string,
automationDetailsId: string | undefined
): Promise<string> {
const codeqlArgs = [
"database",
"interpret-results",
threadsFlag,
"--threads=1",
"--format=sarif-latest",
"-v",
`--output=${sarifFile}`,