Skip to content

chore: Pin GitHub Actions to commit SHAs#277

Open
pgoslatara wants to merge 1 commit intovercel:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771518157
Open

chore: Pin GitHub Actions to commit SHAs#277
pgoslatara wants to merge 1 commit intovercel:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771518157

Conversation

@pgoslatara
Copy link

This PR pins GitHub Actions to exact commit SHAs for more reproducible builds.

Why pin to commit SHAs?

Pinning GitHub Actions to specific commit SHAs ensures your workflow uses the exact same version every time, preventing unexpected changes when an action publisher releases a new version. This improves security and reliability.

Learn more: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions

Changes

  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/release.yml
  • Pinned actions/setup-node from v4 to 49933ea in .github/workflows/quality.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/test.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/quality.yml
  • Pinned actions/setup-node from v4 to 49933ea in .github/workflows/release.yml
  • Pinned actions/setup-node from v4 to 49933ea in .github/workflows/test.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/test.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/release.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/quality.yml

@pgoslatara pgoslatara marked this pull request as ready for review February 19, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant