From d79c0a133909f49f2c15c1a46b1462d18ef775f1 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 22 Oct 2025 19:03:23 +0100 Subject: [PATCH] Fix incomplete comment --- src/upload-lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upload-lib.ts b/src/upload-lib.ts index f69a05696..db2bafd11 100644 --- a/src/upload-lib.ts +++ b/src/upload-lib.ts @@ -845,7 +845,7 @@ async function uploadSpecifiedFiles( } /** - * Uploads the + * Uploads the results of processing SARIF files to the specified upload target. * * @param logger The logger to use. * @param checkoutPath The path at which the repository was checked out.