diff --git a/lib/init-action-post.js b/lib/init-action-post.js index 709fb20e9..6a6fe18b9 100644 --- a/lib/init-action-post.js +++ b/lib/init-action-post.js @@ -169825,7 +169825,7 @@ async function recordOverlayStatus(codeql, config, features, logger) { `Saved overlay status to the Actions cache: ${JSON.stringify(overlayStatus)}` ); logger.warning( - "This job attempted to run with improved incremental analysis but it did not complete successfully. This may have been due to disk space constraints: using improved incremental analysis can require a significant amount of disk space for some repositories. This information has been saved to the Actions cache. You can rerun this job to run CodeQL analysis without improved incremental analysis. If you want to enable improved incremental analysis, increase the disk space available to the runner and if that doesn't help, contact GitHub Support for further assistance." + "This job attempted to run with improved incremental analysis but it did not complete successfully. This may have been due to disk space constraints: using improved incremental analysis can require a significant amount of disk space for some repositories. This information has been saved to the Actions cache. You can rerun this job to run CodeQL analysis without improved incremental analysis. If you want to enable improved incremental analysis, increase the disk space available to the runner. If that doesn't help, contact GitHub Support for further assistance." ); } else { logger.warning( diff --git a/lib/init-action.js b/lib/init-action.js index a99573dd8..e352afc76 100644 --- a/lib/init-action.js +++ b/lib/init-action.js @@ -106366,7 +106366,7 @@ async function initConfig(features, inputs) { attributes: { languages: config.languages }, - markdownMessage: `Improved incremental analysis was skipped because it failed previously on this runner. Improved incremental analysis may require a significant amount of disk space on some repositories. If you want to enable improved incremental analysis, increase the disk space available to the runner, and if that doesn't help, contact GitHub Support for further assistance. + markdownMessage: `Improved incremental analysis was skipped because it failed previously on this runner. Improved incremental analysis may require a significant amount of disk space on some repositories. If you want to enable improved incremental analysis, increase the disk space available to the runner. If that doesn't help, contact GitHub Support for further assistance. Improved incremental analysis will be automatically retried when the next version of CodeQL is released. You can also manually trigger a retry by [removing](${"https://docs.github.com/en/actions/how-tos/manage-workflow-runs/manage-caches#deleting-cache-entries" /* DELETE_ACTIONS_CACHE_ENTRIES */}) \`codeql-overlay-status-*\` entries from the Actions cache.`, severity: "note", diff --git a/src/config-utils.ts b/src/config-utils.ts index a1e9658f3..4874b871e 100644 --- a/src/config-utils.ts +++ b/src/config-utils.ts @@ -1056,7 +1056,7 @@ export async function initConfig( `Improved incremental analysis was skipped because it failed previously on this runner. ` + "Improved incremental analysis may require a significant amount of disk space on some repositories. " + "If you want to enable improved incremental analysis, increase the disk space available " + - "to the runner, and if that doesn't help, contact GitHub Support for further assistance.\n\n" + + "to the runner. If that doesn't help, contact GitHub Support for further assistance.\n\n" + "Improved incremental analysis will be automatically retried when the next version of CodeQL is released. " + `You can also manually trigger a retry by [removing](${DocUrl.DELETE_ACTIONS_CACHE_ENTRIES}) \`codeql-overlay-status-*\` entries from the Actions cache.`, severity: "note", diff --git a/src/init-action-post-helper.ts b/src/init-action-post-helper.ts index cae535e78..0bcf3e3fb 100644 --- a/src/init-action-post-helper.ts +++ b/src/init-action-post-helper.ts @@ -294,8 +294,8 @@ async function recordOverlayStatus( "require a significant amount of disk space for some repositories. " + "This information has been saved to the Actions cache. " + "You can rerun this job to run CodeQL analysis without improved incremental analysis. " + - "If you want to enable improved incremental analysis, increase the disk space available to the runner " + - "and if that doesn't help, contact GitHub Support for further assistance.", + "If you want to enable improved incremental analysis, increase the disk space available to the runner. " + + "If that doesn't help, contact GitHub Support for further assistance.", ); } else { logger.warning(