We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a6913 commit 76834cbCopy full SHA for 76834cb
1 file changed
javascript/ql/lib/semmle/javascript/Actions.qll
@@ -110,11 +110,11 @@ module Actions {
110
}
111
112
/** A workflow level 'global' environment variable. */
113
- class GlobalEnv extends Env {
+ class WorkflowEnvVariable extends Env {
114
string envName;
115
Workflow workflow;
116
117
- GlobalEnv() { this = workflow.getEnv().lookup(envName) }
+ WorkflowEnvVariable() { this = workflow.getEnv().lookup(envName) }
118
119
/** Gets the workflow this field belongs to. */
120
Workflow getWorkflow() { result = workflow }
0 commit comments