mirror of
https://github.com/github/codeql-action.git
synced 2026-05-11 08:10:29 +00:00
make interpret-results single-threaded
This commit is contained in:
+2
-2
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user