mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 20:00:15 +00:00
Rename to "unhandled"
This commit is contained in:
Generated
+2
-2
@@ -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,
|
||||
|
||||
Generated
+2
-2
@@ -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,
|
||||
|
||||
Generated
+2
-2
@@ -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,
|
||||
|
||||
Generated
+2
-2
@@ -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,
|
||||
|
||||
Generated
+2
-2
@@ -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,
|
||||
|
||||
Generated
+2
-2
@@ -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,
|
||||
|
||||
Generated
+2
-2
@@ -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,
|
||||
|
||||
Generated
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user