Use failure instead of aborted

This commit is contained in:
Michael B. Gale
2025-10-16 19:05:03 +01:00
parent 2611d033d7
commit 000295122d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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),