mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Use failure instead of aborted
This commit is contained in:
@@ -157,7 +157,7 @@ async function run(): Promise<void> {
|
||||
core.setFailed(error.message);
|
||||
const statusReportBase = await createStatusReportBase(
|
||||
ActionName.SetupCodeQL,
|
||||
error instanceof ConfigurationError ? "user-error" : "aborted",
|
||||
error instanceof ConfigurationError ? "user-error" : "failure",
|
||||
startedAt,
|
||||
undefined,
|
||||
await checkDiskUsage(logger),
|
||||
|
||||
Reference in New Issue
Block a user