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 0398fbd commit da2ac2aCopy full SHA for da2ac2a
ql/lib/codeql/actions/ast/internal/Actions.qll
@@ -19,9 +19,7 @@ module Actions {
19
f = this.getLocation().getFile() and
20
(
21
f.getRelativePath().regexpMatch("(^|.*/)\\.github/workflows/.*\\.ya?ml$") or
22
- f.getBaseName() = ["action.yml", "action.yaml"] or
23
- // ALVARO: Add any yaml files temporary for development
24
- f.getExtension() = ["yml", "yaml"]
+ f.getBaseName() = ["action.yml", "action.yaml"]
25
)
26
27
}
0 commit comments