We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40635e6 commit 0a878d4Copy full SHA for 0a878d4
2 files changed
javascript/ql/lib/semmle/javascript/Actions.qll
@@ -16,7 +16,7 @@ module Actions {
16
this.getLocation()
17
.getFile()
18
.getRelativePath()
19
- .regexpMatch("(^|.*/)\\.github/workflows/.*\\.yml$")
+ .regexpMatch("(^|.*/)\\.github/workflows/.*\\.y(?:a?)ml$")
20
}
21
22
…onInjection/.github/workflows/issues.yml …nInjection/.github/workflows/issues.yamljavascript/ql/test/query-tests/Security/CWE-094/ExpressionInjection/.github/workflows/issues.yml renamed to javascript/ql/test/query-tests/Security/CWE-094/ExpressionInjection/.github/workflows/issues.yaml
0 commit comments