Skip to content

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

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

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

Conversation

@pkaeding
Copy link
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: only changes the workflow to pin googleapis/release-please-action to a specific commit for supply-chain hardening; behavior should remain the same aside from using v4.4.0 exactly.

Overview
Pins the third-party GitHub Action used by the release-please workflow (googleapis/release-please-action) from a floating @v4 tag to a full commit SHA (v4.4.0) to improve supply-chain security and reproducibility.

Written by Cursor Bugbot for commit f92ac31. 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:06
@kinyoklion kinyoklion merged commit 8e01e3e into main Mar 23, 2026
8 checks passed
@kinyoklion kinyoklion deleted the security/SEC-7924/pin-github-actions branch March 23, 2026 16:20
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