Skip to content

Commit d24014a

Browse files
committed
Tweak diagnostic message
1 parent cc0dce0 commit d24014a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

lib/init-action.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/config-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ export async function initConfig(
10561056
`Improved incremental analysis was skipped because it failed previously on this runner. ` +
10571057
"Improved incremental analysis may require a significant amount of disk space on some repositories. " +
10581058
"If you want to enable improved incremental analysis, increase the disk space available " +
1059-
"to the runner, and if that doesn't help, contact GitHub Support for further assistance.\n\n" +
1059+
"to the runner. If that doesn't help, contact GitHub Support for further assistance.\n\n" +
10601060
"Improved incremental analysis will be automatically retried when the next version of CodeQL is released. " +
10611061
`You can also manually trigger a retry by [removing](${DocUrl.DELETE_ACTIONS_CACHE_ENTRIES}) \`codeql-overlay-status-*\` entries from the Actions cache.`,
10621062
severity: "note",

src/init-action-post-helper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ async function recordOverlayStatus(
294294
"require a significant amount of disk space for some repositories. " +
295295
"This information has been saved to the Actions cache. " +
296296
"You can rerun this job to run CodeQL analysis without improved incremental analysis. " +
297-
"If you want to enable improved incremental analysis, increase the disk space available to the runner " +
298-
"and if that doesn't help, contact GitHub Support for further assistance.",
297+
"If you want to enable improved incremental analysis, increase the disk space available to the runner. " +
298+
"If that doesn't help, contact GitHub Support for further assistance.",
299299
);
300300
} else {
301301
logger.warning(

0 commit comments

Comments
 (0)