Treat processing error for multiple runs with the same category as configuration error

This will result in it being reported as a user error rather than a failure
This commit is contained in:
Michael B. Gale
2025-07-23 12:48:44 +01:00
parent 8f2e63676d
commit 43afe6ec0b
3 changed files with 3 additions and 1 deletions

View File

@@ -896,6 +896,7 @@ export function shouldConsiderConfigurationError(
const expectedConfigErrors = [
"CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled",
"rejecting delivery as the repository has too many logical alerts",
"A delivery cannot contain multiple runs with the same category",
];
return (