diff --git a/ql/lib/codeql/actions/ast/internal/Actions.qll b/ql/lib/codeql/actions/ast/internal/Actions.qll index e3be61fd3b9..a11759b0c93 100644 --- a/ql/lib/codeql/actions/ast/internal/Actions.qll +++ b/ql/lib/codeql/actions/ast/internal/Actions.qll @@ -19,9 +19,7 @@ module Actions { f = this.getLocation().getFile() and ( f.getRelativePath().regexpMatch("(^|.*/)\\.github/workflows/.*\\.ya?ml$") or - f.getBaseName() = ["action.yml", "action.yaml"] or - // ALVARO: Add any yaml files temporary for development - f.getExtension() = ["yml", "yaml"] + f.getBaseName() = ["action.yml", "action.yaml"] ) ) }