Skip to content

Comments

chore: Pin GitHub Actions to commit SHAs#228

Open
pgoslatara wants to merge 1 commit intohuggingface:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771512834
Open

chore: Pin GitHub Actions to commit SHAs#228
pgoslatara wants to merge 1 commit intohuggingface:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771512834

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 v2 to ee0669b in .github/workflows/quality.yml
  • Pinned actions/checkout from v2 to ee0669b in .github/workflows/tests.yml
  • Pinned actions/setup-python from v2 to e9aba2c in .github/workflows/quality.yml
  • Pinned actions/setup-python from v2 to e9aba2c in .github/workflows/tests.yml

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