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

Predicate matrixCtxLocalStep

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

Import path

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