We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3887565 commit 766f142Copy full SHA for 766f142
1 file changed
src/config-utils.ts
@@ -644,6 +644,10 @@ async function isOverlayAnalysisFeatureEnabled(
644
return true;
645
}
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
+ */
651
async function runnerSupportsOverlayAnalysis(
652
ramInput: string | undefined,
653
logger: Logger,
0 commit comments