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
@@ -94410,7 +94410,7 @@ async function sendStatusReport(statusReport) {
);
}
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -96606,7 +96606,7 @@ async function runWrapper() {
await runPromise;
} catch (error3) {
core14.setFailed(`analyze action failed: ${getErrorMessage(error3)}`);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"finish" /* Analyze */,
startedAt,
error3,
+2 -2
View File
@@ -88882,7 +88882,7 @@ async function sendStatusReport(statusReport) {
);
}
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -88994,7 +88994,7 @@ async function runWrapper() {
await run(startedAt);
} catch (error3) {
core13.setFailed(`autobuild action failed. ${getErrorMessage(error3)}`);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"autobuild" /* Autobuild */,
startedAt,
error3,
+2 -2
View File
@@ -130773,7 +130773,7 @@ async function sendStatusReport(statusReport) {
);
}
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -132985,7 +132985,7 @@ async function runWrapper() {
await run2(startedAt);
} catch (error3) {
core17.setFailed(`init post action failed: ${wrapError(error3).message}`);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"init-post" /* InitPost */,
startedAt,
error3,
+2 -2
View File
@@ -92247,7 +92247,7 @@ async function createInitWithConfigStatusReport(config, initStatusReport, config
)
};
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -92961,7 +92961,7 @@ async function runWrapper() {
await run(startedAt);
} catch (error3) {
core13.setFailed(`init action failed: ${getErrorMessage(error3)}`);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"init" /* Init */,
startedAt,
error3,
+2 -2
View File
@@ -88502,7 +88502,7 @@ async function sendStatusReport(statusReport) {
);
}
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -88608,7 +88608,7 @@ async function runWrapper() {
error3
)}`
);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"resolve-environment" /* ResolveEnvironment */,
startedAt,
error3,
+2 -2
View File
@@ -89829,7 +89829,7 @@ async function sendStatusReport(statusReport) {
);
}
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -89975,7 +89975,7 @@ async function runWrapper() {
await run(startedAt);
} catch (error3) {
core12.setFailed(`setup-codeql action failed: ${getErrorMessage(error3)}`);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"setup-codeql" /* SetupCodeQL */,
startedAt,
error3,
+2 -2
View File
@@ -104666,7 +104666,7 @@ async function sendStatusReport(statusReport) {
);
}
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -104816,7 +104816,7 @@ async function runWrapper() {
await run(startedAt);
} catch (error3) {
core11.setFailed(`start-proxy action failed: ${getErrorMessage(error3)}`);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"start-proxy" /* StartProxy */,
startedAt,
error3,
+2 -2
View File
@@ -91059,7 +91059,7 @@ async function sendStatusReport(statusReport) {
);
}
}
async function sendUnexpectedErrorStatusReport(actionName, actionStartedAt, error3, logger) {
async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error3, logger) {
try {
const statusReport = await createStatusReportBase(
actionName,
@@ -94816,7 +94816,7 @@ async function runWrapper() {
core13.setFailed(
`codeql/upload-sarif action failed: ${getErrorMessage(error3)}`
);
await sendUnexpectedErrorStatusReport(
await sendUnhandledErrorStatusReport(
"upload-sarif" /* UploadSarif */,
startedAt,
error3,