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
While the path may be adjustable using ZG_WORKFLOWS_PATH, there's still a hardcoded *.ya?ml filename (which may include other files than my likely desired action.yml).
Run zgosalvez/github-actions-ensure-sha-pinned-actions@f32435541e24cd6a4700a7f52bb2ec59e80603b1
env:
ZG_WORKFLOWS_PATH: *
Error: The "action.yml" workflow does not contain jobs.
*/action.yml
No issues were found.
We also wish this would work for composite actions. We have plenty of them and currently, with this action, they are not checked which largely defeats the purpose.
Currently this action is hardcoded to only check workflow files:
github-actions-ensure-sha-pinned-actions/src/index.js
Lines 14 to 15 in f324355
As "composite" actions can
uses:
other actions, it would be nice to be able to use this action on them too:i.e. I'd like this to be caught by this action:
cat action.yml
:The text was updated successfully, but these errors were encountered: