Tweak diagnostic message

This commit is contained in:
Henry Mercer
2026-02-17 13:38:08 +00:00
parent cc0dce044b
commit d24014a749
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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",