Merge branch 'main' into henrymercer/report-failed-runs
This commit is contained in:
commit
e0ff272230
21 changed files with 137 additions and 85 deletions
|
|
@ -322,8 +322,6 @@ async function run() {
|
|||
core.setFailed(error.message);
|
||||
}
|
||||
|
||||
console.log(error);
|
||||
|
||||
if (error instanceof CodeQLAnalysisError) {
|
||||
const stats = { ...error.queriesStatusReport };
|
||||
await sendStatusReport(
|
||||
|
|
@ -398,7 +396,6 @@ async function runWrapper() {
|
|||
await runPromise;
|
||||
} catch (error) {
|
||||
core.setFailed(`analyze action failed: ${error}`);
|
||||
console.log(error);
|
||||
}
|
||||
await checkForTimeout();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue