Skip to content

chore: Pin GitHub Actions to commit SHAs#426

Merged
a2they merged 1 commit into
argmaxinc:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771512005
May 12, 2026
Merged

chore: Pin GitHub Actions to commit SHAs#426
a2they merged 1 commit into
argmaxinc:mainfrom
pgoslatara:actup/pin-actions-to-sha-1771512005

Conversation

@pgoslatara
Copy link
Copy Markdown
Contributor

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/unit-tests.yml
  • Pinned actions/setup-node from v4 to 49933ea in .github/workflows/expo-update.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/expo-update.yml
  • Pinned actions/upload-artifact from v4 to ea165f8 in .github/workflows/unit-tests.yml
  • Pinned actions/cache from v4 to 0057852 in .github/workflows/unit-tests.yml
  • Pinned actions/checkout from v4 to 34e1148 in .github/workflows/development-tests.yml

@pgoslatara pgoslatara marked this pull request as ready for review February 19, 2026 14:46
@a2they
Copy link
Copy Markdown
Contributor

a2they commented May 1, 2026

Can you please update to the latest release SHA for these actions?

@pgoslatara pgoslatara force-pushed the actup/pin-actions-to-sha-1771512005 branch from 6ca0c08 to 83a6e4c Compare May 4, 2026 12:49
@pgoslatara
Copy link
Copy Markdown
Contributor Author

Can you please update to the latest release SHA for these actions?

@a2they Done!

@a2they
Copy link
Copy Markdown
Contributor

a2they commented May 12, 2026

Can you please update to the latest release SHA for these actions?

@a2they Done!

Thank you!

@a2they a2they merged commit 984ab42 into argmaxinc:main May 12, 2026
6 checks passed
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.

2 participants