mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
Update combining SARIF runs changelog post URL
This commit is contained in:
+1
-2
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user