Actions/ReusableWorkflowsSummaries

This commit is contained in:
Nora Dimitrijević
2025-10-08 13:35:15 +02:00
parent 1243c6362d
commit 5a1a887fd2

View File

@@ -27,8 +27,6 @@ private module MyConfig implements DataFlow::ConfigSig {
} }
predicate observeDiffInformedIncrementalMode() { any() } predicate observeDiffInformedIncrementalMode() { any() }
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
} }
module MyFlow = TaintTracking::Global<MyConfig>; module MyFlow = TaintTracking::Global<MyConfig>;