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

Predicate Bash::cmdReachingRunExpr

Holds if a command output is used, directly or indirectly, in a Run’s step expression. Where the expression is a string captured from the Run’s script.

Import path

import actions
predicate cmdReachingRunExpr(BashShellScript script, string cmd, string expr)