Add comment to runnerSupportsOverlayAnalysis · github/codeql-action@58c5954 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 58c5954
Add comment to runnerSupportsOverlayAnalysis
1 file changed
Lines changed: 4 additions & 0 deletions
File tree
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -644,6 +644,10 @@ async function isOverlayAnalysisFeatureEnabled( | ||
| 644 | 644 | return true; |
| 645 | 645 | } |
| 646 | 646 | |
| 647 | +/** | |
| 648 | + * Checks if the runner supports overlay analysis based on available disk space | |
| 649 | + * and the maximum memory CodeQL will be allowed to use. | |
| 650 | + */ | |
| 647 | 651 | async function runnerSupportsOverlayAnalysis( |
| 648 | 652 | ramInput: string | undefined, |
| 649 | 653 | logger: Logger, |