We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b5f9c commit 4fca4b6Copy full SHA for 4fca4b6
javascript/ql/lib/qlpack.yml
@@ -9,5 +9,6 @@ dependencies:
9
codeql/regex: ${workspace}
10
codeql/tutorial: ${workspace}
11
codeql/util: ${workspace}
12
+ codeql/yaml: ${workspace}
13
dataExtensions:
14
- semmle/javascript/frameworks/**/model.yml
javascript/ql/lib/semmle/javascript/Actions.qll
@@ -32,7 +32,7 @@ module Actions {
32
string getName() { result = this.lookup("name").(YamlString).getValue() }
33
34
/** Gets the name of the workflow file. */
35
- string getFileName() { result = this.getFile().getBaseName() }
+ string getFileName() { result = this.getLocation().getFile().getBaseName() }
36
37
/** Gets the `on:` in this workflow. */
38
On getOn() { result = this.lookup("on") }
0 commit comments