Skip to content

Commit 4c53461

Browse files
committed
Tweak sarif dump log
1 parent dae3742 commit 4c53461

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/analyze-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-lib.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/upload-lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ function dumpSarifFile(
761761
fs.mkdirSync(outputDir, { recursive: true });
762762
} else if (!fs.lstatSync(outputDir).isDirectory()) {
763763
throw new ConfigurationError(
764-
`The path specified by the CODEQL_ACTION_SARIF_DUMP_DIR environment variable exists and is not a directory: ${outputDir}`,
764+
`The path specified by the ${EnvVar.SARIF_DUMP_DIR} environment variable exists and is not a directory: ${outputDir}`,
765765
);
766766
}
767767
const outputFile = path.resolve(

0 commit comments

Comments
 (0)