We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df65651 commit d05f225Copy full SHA for d05f225
src/environment.ts
@@ -131,7 +131,7 @@ export enum EnvVar {
131
132
/**
133
* Whether to skip uploading SARIF results to GitHub. Intended for testing purposes.
134
- * 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.
135
*/
136
SKIP_SARIF_UPLOAD = "CODEQL_ACTION_SKIP_SARIF_UPLOAD",
137
}
0 commit comments