mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 13:40:23 +08:00
Reduce log message level.
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
@@ -445,7 +445,7 @@ async function uploadFiles(
|
||||
if (util.isHTTPError(e)) {
|
||||
switch (e.status) {
|
||||
case 404:
|
||||
logger.info("Analysis is not found yet...");
|
||||
logger.debug("Analysis is not found yet...");
|
||||
break;
|
||||
default:
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user