Merge main into check-api-version.

This commit is contained in:
Chris Gavin
2020-11-02 09:02:05 +00:00
8 changed files with 19 additions and 15 deletions

View File

@@ -612,6 +612,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
memoryFlag,
threadsFlag,
databasePath,
"--min-disk-free=1024", // Try to leave at least 1GB free
"--format=sarif-latest",
`--output=${sarifFile}`,
addSnippetsFlag,