An Actions job within a workflow. See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobs.
Import path
import semmle.javascript.ActionsDirect supertypes
Indirect supertypes
Predicates
| getEnv | Gets the |
| getId | Gets the ID of this job, as a string. This is the job’s key within the |
| getIdNode | Gets the ID of this job, as a YAML scalar node. This is the job’s key within the |
| getIf | Gets the value of the |
| getName | Gets the human-readable name of this job, if any, as a string. |
| getNameNode | Gets the human-readable name of this job, if any, as a YAML scalar node. |
| getRunsOn | Gets the value of the |
| getStep | Gets the step at the given index within this job. |
| getWorkflow | Gets the workflow this job belongs to. |
Inherited predicates
| eval | Gets the YAML value this node corresponds to after resolving aliases and includes. | from YamlNode |
| getAChild | Gets a child of this node, as a YAML value. | from YamlNode |
| getAChildNode | Gets a child node of this node. | from YamlNode |
| getAPrimaryQlClass | Gets the primary QL class for this node. | from YamlMapping |
| getAnchor | Gets the anchor associated with this node, if any. | from YamlNode |
| getChild | Gets the | from YamlNode |
| getChildNode | Gets the | from YamlNode |
| getDocument | Gets the toplevel document to which this node belongs. | from YamlNode |
| getFile | Gets the file this node comes from. | from YamlNode |
| getKey | Gets the | from YamlMapping |
| getKeyNode | Gets the | from YamlMapping |
| getLocation | Gets the | from YamlNode |
| getNumChild | Gets the number of child nodes of this node. | from YamlNode |
| getParentNode | Gets the parent node of this node, which is always a collection. | from YamlNode |
| getSteps | Gets the sequence of | from StepsContainer |
| getTag | Gets the tag of this node. | from YamlNode |
| getValue | Gets the | from YamlMapping |
| getValueNode | Gets the | from YamlMapping |
| hasStandardTypeTag | Holds if this node is tagged with a standard type tag of the form | from YamlNode |
| lookup | Gets the value that this mapping maps | from YamlMapping |
| maps | Holds if this mapping maps | from YamlMapping |
| toString | Gets a textual representation of this node. | from YamlNode |