Skip to content

Commit

Permalink
Actions: resolve TODOs from diff-informed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Jan 22, 2025
1 parent 12bf31e commit cf50cbb
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ private module ActionsMutableRefCheckoutConfig implements DataFlow::ConfigSig {
}

predicate observeDiffInformedIncrementalMode() {
// TODO(diff-informed): Manually verify if config can be diff-informed.
// actions/ql/lib/codeql/actions/security/UntrustedCheckoutQuery.qll:238: Flow call outside 'select' clause
none()
none() // The query selects the enclosing step containing the sink
}
}

Expand Down Expand Up @@ -129,9 +127,7 @@ private module ActionsSHACheckoutConfig implements DataFlow::ConfigSig {
}

predicate observeDiffInformedIncrementalMode() {
// TODO(diff-informed): Manually verify if config can be diff-informed.
// actions/ql/lib/codeql/actions/security/UntrustedCheckoutQuery.qll:273: Flow call outside 'select' clause
none()
none() // The query selects the enclosing step containing the sink
}
}

Expand Down

0 comments on commit cf50cbb

Please sign in to comment.