Tweak comment

This commit is contained in:
Paolo Tranquilli
2025-10-08 09:33:02 +02:00
parent df65651d4f
commit d05f2255a0
+1 -1
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 by but is more specific than `CODEQL_ACTION_TEST_MODE`.
* This setting is more specific than `CODEQL_ACTION_TEST_MODE`, which implies this option.
*/
SKIP_SARIF_UPLOAD = "CODEQL_ACTION_SKIP_SARIF_UPLOAD",
}