mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 03:40:10 +00:00
Limit OverlayAnalysis to internal repos
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user