Merge pull request #2843 from github/cklin/diff-informed-compat
Set checkPresence in diff-range data extension
This commit is contained in:
commit
a35ae8c380
6 changed files with 6 additions and 6 deletions
|
|
@ -517,6 +517,7 @@ extensions:
|
|||
- addsTo:
|
||||
pack: codeql/util
|
||||
extensible: restrictAlertsTo
|
||||
checkPresence: false
|
||||
data:
|
||||
`;
|
||||
|
||||
|
|
|
|||
|
|
@ -112,8 +112,7 @@ export const featureConfig: Record<
|
|||
[Feature.DiffInformedQueries]: {
|
||||
defaultValue: false,
|
||||
envVar: "CODEQL_ACTION_DIFF_INFORMED_QUERIES",
|
||||
minimumVersion: undefined,
|
||||
toolsFeature: ToolsFeature.DatabaseInterpretResultsSupportsSarifRunProperty,
|
||||
minimumVersion: "2.21.0",
|
||||
},
|
||||
[Feature.DisableCsharpBuildless]: {
|
||||
defaultValue: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue