Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3724ea1 commit 599ec5aCopy full SHA for 599ec5a
1 file changed
javascript/ql/lib/semmle/javascript/Actions.qll
@@ -111,6 +111,7 @@ module Actions {
111
Workflow getWorkflow() { result = workflow }
112
}
113
114
+ /** A common class for `env` in workflow, job or step. */
115
abstract class Env extends YamlNode, YamlMapping { }
116
117
/** A workflow level `env` mapping. */
0 commit comments