mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
Merge remote-tracking branch 'origin/main' into koesie10/disable-combine-single-file
This commit is contained in:
1
lib/upload-lib.js
generated
1
lib/upload-lib.js
generated
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user