You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine if one has a "matrix" job which runs different checks for each workflow/action in your repository. Then it would be nice being able to use this action in a way where we pass/specify the exact path to the file(s) to check.
In the current implementation you're not allowed to pass your own glob string (path+file):
Imagine if one has a "matrix" job which runs different checks for each workflow/action in your repository. Then it would be nice being able to use this action in a way where we pass/specify the exact path to the file(s) to check.
In the current implementation you're not allowed to pass your own glob string (path+file):
github-actions-ensure-sha-pinned-actions/src/index.js
Lines 14 to 15 in f324355
There is the
ZG_WORKFLOWS_PATH
override, but how does one use it?Also, there's still a hardcoded
*.ya?ml
glob, which disallows picking a specific file one-by-one.The text was updated successfully, but these errors were encountered: