In response to https://www.bleepingcomputer.com/news/security/supply-chain-attack-on-popular-github-action-exposes-ci-cd-secrets/ we should move to pinning GitHub Action versions by commit hash. Some resources: * Not natively supported: https://github.com/actions/runner/issues/2195 * Dependabot may support this: https://github.com/dependabot/dependabot-core/issues/4691 * We may be able to run [pinact](https://github.com/suzuki-shunsuke/pinact) as a one-off and then leverage Dependabot after that.