Skip to content

Comments

chore: Pin GitHub Actions to commit SHAs#1196

Open
pgoslatara wants to merge 1 commit intopython-mode:developfrom
pgoslatara:actup/pin-actions-to-sha-1771437295
Open

chore: Pin GitHub Actions to commit SHAs#1196
pgoslatara wants to merge 1 commit intopython-mode:developfrom
pgoslatara:actup/pin-actions-to-sha-1771437295

Conversation

@pgoslatara
Copy link

@pgoslatara pgoslatara commented Feb 18, 2026

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 codecov/codecov-action from v3 to ab904c4 in .github/workflows/test.yml
  • Pinned actions/download-artifact from v4 to d3f86a1 in .github/workflows/test.yml
  • Pinned actions/upload-artifact from v4 to ea165f8 in .github/workflows/test.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/test.yml
  • Pinned actions/setup-python from v5 to a26af69 in .github/workflows/test.yml

@pgoslatara pgoslatara marked this pull request as ready for review February 18, 2026 17:56
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