Skip to content

Commit 898ae16

Browse files
committed
Improve log message
1 parent fa56ea8 commit 898ae16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/init-action-post.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init-action-post-helper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ async function recordOverlayStatus(
292292
"This job attempted to run with improved incremental analysis but it did not complete successfully. " +
293293
"This may have been due to disk space constraints: using improved incremental analysis can " +
294294
"require a significant amount of disk space for some repositories. " +
295-
"This information has been saved to the Actions cache. " +
296-
"You can rerun this job to run CodeQL analysis without improved incremental analysis. " +
295+
"This failure has been recorded in the Actions cache, so " +
296+
"rerunning this job will run a new CodeQL analysis without improved incremental analysis. " +
297297
"If you want to enable improved incremental analysis, increase the disk space available to the runner. " +
298298
"If that doesn't help, contact GitHub Support for further assistance.",
299299
);

0 commit comments

Comments
 (0)