Limit OverlayAnalysis to internal repos

This commit is contained in:
Chuan-kai Lin
2025-07-03 10:02:46 -07:00
parent 93e8729640
commit b4425372ef
2 changed files with 14 additions and 1 deletions
+2
View File
@@ -815,6 +815,7 @@ const calculateAugmentationMacro = test.macro({
const actualAugmentationProperties =
await configUtils.calculateAugmentation(
getCachedCodeQL(),
{ owner: "github", repo: "repo" },
createFeatures([]),
rawPacksInput,
rawQueriesInput,
@@ -946,6 +947,7 @@ const calculateAugmentationErrorMacro = test.macro({
() =>
configUtils.calculateAugmentation(
getCachedCodeQL(),
{ owner: "github", repo: "repo" },
createFeatures([]),
rawPacksInput,
rawQueriesInput,