Skip to content

chore: Pin GitHub Actions to commit SHAs#503

Open
pgoslatara wants to merge 1 commit intothecodingmachine:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771518979
Open

chore: Pin GitHub Actions to commit SHAs#503
pgoslatara wants to merge 1 commit intothecodingmachine:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771518979

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/setup-node from v4 to 49933ea in .github/workflows/documentation-release.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/boilerplate-checks.yml, .github/workflows/boilerplate-checks.yml, .github/workflows/boilerplate-release.yml, .github/workflows/boilerplate-release.yml, .github/workflows/documentation-checks.yml, .github/workflows/documentation-checks.yml, .github/workflows/documentation-release.yml, .github/workflows/documentation-release.yml
  • Pinned actions/setup-node from v3 to 3235b87 in .github/workflows/boilerplate-release.yml

@pgoslatara pgoslatara marked this pull request as ready for review February 19, 2026 16:37
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

Comments