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

Predicate inputsCtxLocalStep

Holds if there is a local flow step between a ${{}} expression accesing an input variable and the input itself e.g. ${{ inputs.foo }}

Import path

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