Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'main' into robertbrignull/tools_version
Robert committed Nov 18, 2020

Unverified

No user is associated with the committer email.
2 parents 1737b80 + 10b43b8 commit 0d960df
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion init/action.yml
@@ -1,5 +1,5 @@
name: 'CodeQL: Init'
description: 'Setup the CodeQL tracer'
description: 'Set up CodeQL'
author: 'GitHub'
inputs:
tools:
1 change: 1 addition & 0 deletions lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/runner.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/runner.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/codeql.ts
@@ -618,6 +618,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
databasePath,
"--min-disk-free=1024", // Try to leave at least 1GB free
"--format=sarif-latest",
"--sarif-multicause-markdown",
`--output=${sarifFile}`,
addSnippetsFlag,
...getExtraOptionsFromEnv(["database", "analyze"]),
4 changes: 2 additions & 2 deletions src/runner.ts
@@ -212,7 +212,7 @@ program

logger.info(
`\nCodeQL environment output to "${jsonEnvFile}", "${batEnvFile}" and "${powershellEnvFile}". ` +
`Please export these variables to future processes so the build can be traced. ` +
`Please export these variables to future processes so that CodeQL can monitor the build. ` +
`If using cmd/batch run "call ${batEnvFile}" ` +
`or if using PowerShell run "cat ${powershellEnvFile} | Invoke-Expression".`
);
@@ -229,7 +229,7 @@ program

logger.info(
`\nCodeQL environment output to "${jsonEnvFile}" and "${shEnvFile}". ` +
`Please export these variables to future processes so the build can be traced, ` +
`Please export these variables to future processes so that CodeQL can monitor the build, ` +
`for example by running ". ${shEnvFile}".`
);
}

0 comments on commit 0d960df

Please sign in to comment.