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
The action-validator should validate that any actions in the - use: {action}@{version} format exist. If this is not the case, an error should be reported.
Scope of Work
When validating an action step, if the action step has the uses key, validate that the action and specific version exist in GitHub.
If this is not the case, throw an error.
The text was updated successfully, but these errors were encountered:
This would certainly be an interesting additional validation. My only reservation is that it would presumably slow down validation a bit because of the network calls. Putting it behind a flag (something like --remote-checks perhaps) would work around that concern.
I'd love to take a look at a PR when you've got one together.
mpalmer
added
the
pr-welcome
This would be a good fix/feature, but the maintainer isn't planning on doing the work
label
Mar 7, 2023
Background
The
action-validator
should validate that any actions in the- use: {action}@{version}
format exist. If this is not the case, an error should be reported.Scope of Work
uses
key, validate that the action and specific version exist in GitHub.The text was updated successfully, but these errors were encountered: