Skip to content

Pin GitHub Actions to commit hashes#66

Merged
shenxianpeng merged 5 commits into
mainfrom
pin-actions-hash
May 13, 2026
Merged

Pin GitHub Actions to commit hashes#66
shenxianpeng merged 5 commits into
mainfrom
pin-actions-hash

Conversation

@shenxianpeng
Copy link
Copy Markdown
Member

Replace version tags with full git commit hashes for all GitHub Actions to improve supply-chain security.

Action Commit Version
actions/checkout de0fac2e... v6.0.2
actions/setup-python a309ff8... v6.2.0
actions/setup-node 48b55a0... v6.4.0
codecov/codecov-action 57e3a13... v6
pypa/gh-action-pypi-publish 6733eb7... v1.14.0
pypa/gh-action-pip-audit 1220774... v1.1.0

Closes #64

Replace version tags with full git commit hashes for all GitHub Actions
to improve supply-chain security, with exact version annotations:

- actions/checkout@v6 → @de0fac2e... # v6.0.2
- actions/setup-python@v6 → @a309ff8... # v6.2.0
- actions/setup-node@v6 → @48b55a0... # v6.4.0
- codecov/codecov-action@v6 → @57e3a13... # v6
- pypa/gh-action-pypi-publish@release/v1 → @6733eb7... # v1.14.0
- pypa/gh-action-pip-audit@v1.1.0 → @1220774... # v1.1.0

Closes #64
Set environment variable to disable MkDocs warning.
@shenxianpeng shenxianpeng merged commit b3c2d9c into main May 13, 2026
23 checks passed
@shenxianpeng shenxianpeng deleted the pin-actions-hash branch May 13, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin GitHub actions version to git commit hash

1 participant