File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
actions/ql/lib/codeql/actions/security Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ private module ActionsMutableRefCheckoutConfig implements DataFlow::ConfigSig {
7272 }
7373
7474 predicate observeDiffInformedIncrementalMode ( ) {
75- // TODO(diff-informed): Manually verify if config can be diff-informed.
76- // actions/ql/lib/codeql/actions/security/UntrustedCheckoutQuery.qll:238: Flow call outside 'select' clause
77- none ( )
75+ none ( ) // The query selects the enclosing step containing the sink
7876 }
7977}
8078
@@ -129,9 +127,7 @@ private module ActionsSHACheckoutConfig implements DataFlow::ConfigSig {
129127 }
130128
131129 predicate observeDiffInformedIncrementalMode ( ) {
132- // TODO(diff-informed): Manually verify if config can be diff-informed.
133- // actions/ql/lib/codeql/actions/security/UntrustedCheckoutQuery.qll:273: Flow call outside 'select' clause
134- none ( )
130+ none ( ) // The query selects the enclosing step containing the sink
135131 }
136132}
137133
You can’t perform that action at this time.
0 commit comments