mirror of
https://github.com/github/codeql-action.git
synced 2026-04-28 01:48:48 +00:00
More error message improvements
This commit is contained in:
+1
-2
@@ -781,8 +781,7 @@ export async function getOverlayDatabaseMode(
|
||||
logger.info(
|
||||
`Setting overlay database mode to ${OverlayDatabaseMode.None} ` +
|
||||
"because overlay analysis previously failed with this combination of languages, " +
|
||||
"disk space, and CodeQL version. " +
|
||||
"Consider running CodeQL analysis on a larger runner.",
|
||||
"disk space, and CodeQL version.",
|
||||
);
|
||||
overlayDatabaseMode = OverlayDatabaseMode.None;
|
||||
skippedDueToCachedStatus = true;
|
||||
|
||||
@@ -54,8 +54,8 @@ export async function shouldSkipOverlayAnalysis(
|
||||
status.attemptedToBuildOverlayBaseDatabase &&
|
||||
!status.builtOverlayBaseDatabase
|
||||
) {
|
||||
logger.info(
|
||||
"Cached overlay status indicates that building an overlay base database was unsuccessful, so will skip overlay analysis.",
|
||||
logger.debug(
|
||||
"Cached overlay status indicates that building an overlay base database was unsuccessful.",
|
||||
);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user