mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 20:50:05 +08:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user