From 65297ef0b0087dc25af1bfc57899aca7d6c7c719 Mon Sep 17 00:00:00 2001 From: Marco Gario Date: Mon, 6 May 2024 20:39:22 +0200 Subject: [PATCH] Update link to deprecation changelog --- 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 1f8d742148..3eb781410d 100644 --- a/src/upload-lib.ts +++ b/src/upload-lib.ts @@ -172,7 +172,7 @@ async function combineSarifFilesUsingCLI( ? "and will be removed in GitHub Enterprise Server 3.18" : "and will be removed on June 4, 2025"; const deprecationMoreInformationMessage = - "For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-deprecation-notice"; + "For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload"; if (!areAllRunsProducedByCodeQL(sarifObjects)) { logger.debug(