CodeQL library for GitHub Actions
codeql/actions-all 0.4.28 (changelog, source)
Search

Predicate localFlowStep

Holds if there is a local flow step from nodeFrom to nodeTo. For Actions, we dont need SSA nodes since it should be already in SSA form Local flow steps are always between two nodes in the same Cfg scope.

Import path

import codeql.actions.dataflow.internal.DataFlowPrivate
predicate localFlowStep(Node nodeFrom, Node nodeTo)