Holds if a Run step declares a step output variable with contents from a local file. e.g. run: | cat test-results/.vars >> $GITHUB_OUTPUT echo “sha=$(cat test-results/sha-number)” >> $GITHUB_OUTPUT echo “sha=$(<test-results/sha-number)” >> $GITHUB_OUTPUT
Import path
import codeql.actions.security.OutputClobberingQueryDirect supertypes
Inherited predicates
| asExpr | from Node | |
| getLocation | from Node | |
| hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Node |
| toString | Gets a textual representation of this element. | from Node |