Rename to "unhandled"

This commit is contained in:
Henry Mercer
2026-01-23 10:34:45 +00:00
parent 229e0cd749
commit 6bd84b6a82
17 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ import {
createStatusReportBase,
getActionsStatus,
sendStatusReport,
sendUnexpectedErrorStatusReport,
sendUnhandledErrorStatusReport,
} from "./status-report";
import { ToolsDownloadStatusReport } from "./tools-download";
import {
@@ -195,7 +195,7 @@ async function runWrapper(): Promise<void> {
await run(startedAt);
} catch (error) {
core.setFailed(`setup-codeql action failed: ${getErrorMessage(error)}`);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
ActionName.SetupCodeQL,
startedAt,
error,