Merge remote-tracking branch 'origin/main' into koesie10/disable-combine-single-file

This commit is contained in:
Koen Vlaswinkel
2025-07-23 14:03:16 +02:00
3 changed files with 3 additions and 1 deletions

1
lib/upload-lib.js generated
View File

@@ -604,6 +604,7 @@ function shouldConsiderConfigurationError(processingErrors) {
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 (processingErrors.length === 1 &&
expectedConfigErrors.some((msg) => processingErrors[0].includes(msg)));