Update combining SARIF runs changelog post URL

This commit is contained in:
Koen Vlaswinkel
2025-07-22 11:51:12 +02:00
parent eefe1b5db9
commit 48ce740f61
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -159,9 +159,8 @@ export async function throwIfCombineSarifFilesDisabled(
return;
}
// TODO: Update this changelog URL to the correct one when it's published.
const deprecationMoreInformationMessage =
"For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload";
"For more information, see https://github.blog/changelog/2025-07-21-code-scanning-will-stop-combining-multiple-sarif-runs-uploaded-in-the-same-sarif-file/";
throw new ConfigurationError(
`The CodeQL Action does not support uploading multiple SARIF runs with the same category. Please update your workflow to upload a single run per category. ${deprecationMoreInformationMessage}`,