Downgrade log severity when we can't upload a failed SARIF file
This isn't severe enough to appear on the Actions summary.
This commit is contained in:
parent
4623c8edb6
commit
2207a72006
3 changed files with 3 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ export async function run(
|
|||
`the following error: ${e}`
|
||||
);
|
||||
}
|
||||
logger.warning(
|
||||
logger.info(
|
||||
`Failed to upload a SARIF file for the failed run. Error: ${e}`
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue