mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 03:40:10 +00:00
Tweak diagnostic message
This commit is contained in:
Generated
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user