Reference SHAs instead of refs for external GitHub Actions in ".workflows"
Is your feature request related to a problem? Please describe. It's unsafe to reference refs, it's safer to references SHAs, especially if we provide Secrets or other sensitive information.
Describe the solution you'd like We might use something like https://github.com/mheap/pin-github-action and have scripts that run it against our workflows files. And automate it somehow, so that it is enforced.
Describe alternatives you've considered Doing it manually. Not great DX.
Additional context https://michaelheap.com/improve-your-github-actions-security/
Use https://github.com/marketplace/actions/ensure-sha-pinned-actions for enforcing rule is applied automatically. See https://michaelheap.com/ensure-github-actions-pinned-sha/