From 7bea0e2e1249aa7a0da99bb5f14fd151a64a3edb Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 18 Sep 2025 14:46:46 +0100 Subject: [PATCH] Fix outdated comment --- src/upload-sarif-action.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/upload-sarif-action.ts b/src/upload-sarif-action.ts index 4f527b0b6..aa1a5a444 100644 --- a/src/upload-sarif-action.ts +++ b/src/upload-sarif-action.ts @@ -164,8 +164,6 @@ async function run() { } // If there are `.quality.sarif` files in `sarifPath`, then upload those to the code quality service. - // Code quality can currently only be enabled on top of security, so we'd currently always expect to - // have a directory for the results here. const qualityUploadResult = await findAndUpload( logger, features,