-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Pin GitHub Actions versions #7292
Copy link
Copy link
Open
Labels
O: backlog 🤖Backlog, stale ignores this labelBacklog, stale ignores this labelenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
O: backlog 🤖Backlog, stale ignores this labelBacklog, stale ignores this labelenhancementNew feature or requestNew feature or request
Is there an existing issue for this?
Current Behavior
All github actions used are done as @someVersion while also not having any lockfile for them.
The following article goes into details about this problem.
Most likely it is never going to be fixed by github, so the responsability becomes ours to improve how things stand.
Expected Behavior
Used github actions are pinned to their commit so that re-releases/re-tags do not change the output.
Actions using super-linter benefit from added provenance attestation.
Anything else?
Thank you for the explanation here.
The above issue also is related to this one: #7280