mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 09:18:47 +00:00
Use failure instead of aborted
This commit is contained in:
Generated
+1
-1
@@ -87588,7 +87588,7 @@ async function run() {
|
||||
core12.setFailed(error2.message);
|
||||
const statusReportBase = await createStatusReportBase(
|
||||
"setup-codeql" /* SetupCodeQL */,
|
||||
error2 instanceof ConfigurationError ? "user-error" : "aborted",
|
||||
error2 instanceof ConfigurationError ? "user-error" : "failure",
|
||||
startedAt,
|
||||
void 0,
|
||||
await checkDiskUsage(logger),
|
||||
|
||||
Reference in New Issue
Block a user