Clarify comment about SKIP_SARIF_UPLOAD setting

This commit is contained in:
Paolo Tranquilli
2025-10-06 15:23:18 +02:00
committed by GitHub
parent 882667e383
commit 11e4034414

View File

@@ -131,7 +131,7 @@ export enum EnvVar {
/**
* Whether to skip uploading SARIF results to GitHub. Intended for testing purposes.
* This setting is implied but is more specific than `CODEQL_ACTION_TEST_MODE`.
* This setting is implied by but is more specific than `CODEQL_ACTION_TEST_MODE`.
*/
SKIP_SARIF_UPLOAD = "CODEQL_ACTION_SKIP_SARIF_UPLOAD",
}