Skip to content

chore: pin third-party GitHub Actions to commit SHAs#59

Merged
pkaeding merged 2 commits intomainfrom
security/SEC-7924/pin-github-actions
Mar 23, 2026
Merged

chore: pin third-party GitHub Actions to commit SHAs#59
pkaeding merged 2 commits intomainfrom
security/SEC-7924/pin-github-actions

Conversation

@pkaeding
Copy link
Copy Markdown
Contributor

@pkaeding pkaeding commented Mar 23, 2026

Summary

Pin all third-party GitHub Actions to full-length commit SHAs to prevent supply chain attacks.

Addresses findings from the third-party-action-not-pinned-to-commit-sha Semgrep rule.

Test plan

  • Verify CI passes with pinned action SHAs

Note

Low Risk
Low risk: workflow-only changes that pin action references; main risk is CI/release breakage if a pinned SHA is incorrect or later removed upstream.

Overview
Pins previously tag-based third-party GitHub Actions in manual-publish.yml and release-please.yml to specific commit SHAs (notably release-please-action and gh-action-pypi-publish) to reduce GitHub Actions supply-chain risk.

Adds inline version comments for the pinned actions; no functional build/release logic changes beyond the pinned references.

Written by Cursor Bugbot for commit e4ae025. This will update automatically on new commits. Configure here.

Pin all third-party GitHub Actions to full-length commit SHAs to prevent
supply chain attacks. Addresses findings from the
third-party-action-not-pinned-to-commit-sha Semgrep rule.
@pkaeding pkaeding requested a review from a team as a code owner March 23, 2026 16:07
@pkaeding pkaeding requested a review from a team March 23, 2026 16:51
Co-authored-by: Matthew M. Keeler <keelerm84@gmail.com>
@pkaeding pkaeding merged commit c460708 into main Mar 23, 2026
15 checks passed
@pkaeding pkaeding deleted the security/SEC-7924/pin-github-actions branch March 23, 2026 17:48
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