mirror of
https://github.com/github/codeql-action.git
synced 2026-04-30 10:50:14 +00:00
Rename to "unhandled"
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user