Skip to content

Commit 0002951

Browse files
committed
Use failure instead of aborted
1 parent 2611d03 commit 0002951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/setup-codeql-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/setup-codeql-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async function run(): Promise<void> {
157157
core.setFailed(error.message);
158158
const statusReportBase = await createStatusReportBase(
159159
ActionName.SetupCodeQL,
160-
error instanceof ConfigurationError ? "user-error" : "aborted",
160+
error instanceof ConfigurationError ? "user-error" : "failure",
161161
startedAt,
162162
undefined,
163163
await checkDiskUsage(logger),

0 commit comments

Comments
 (0)