From 11e40344144d49f1ba9441e1c8cbbe2e0d526142 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Mon, 6 Oct 2025 15:23:18 +0200 Subject: [PATCH] Clarify comment about SKIP_SARIF_UPLOAD setting --- src/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environment.ts b/src/environment.ts index 59922c841..d9b66b67d 100644 --- a/src/environment.ts +++ b/src/environment.ts @@ -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", }