Skip to content

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

Merged
osm6495 merged 1 commit intomainfrom
security/SEC-7924/pin-github-actions
Mar 24, 2026
Merged

chore: pin third-party GitHub Actions to commit SHAs#24
osm6495 merged 1 commit intomainfrom
security/SEC-7924/pin-github-actions

Conversation

@pkaeding
Copy link
Copy Markdown
Contributor

@pkaeding pkaeding commented Mar 24, 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 updates GitHub Actions workflow references to pinned commit SHAs, with no application/runtime code changes. Main risk is CI breakage if the pinned SHAs are incorrect or deprecated.

Overview
Pins third-party GitHub Actions in workflows to full commit SHAs (with version comments) to harden against supply-chain risk.

This updates check-go-versions.yml (for JamesIves/fetch-api-data-action and peter-evans/create-pull-request) and release-please.yml (for googleapis/release-please-action) without changing workflow logic.

Written by Cursor Bugbot for commit e2c7a66. 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 24, 2026 01:46
@pkaeding pkaeding requested a review from a team March 24, 2026 03:02
@osm6495 osm6495 merged commit 88f2396 into main Mar 24, 2026
14 checks passed
@osm6495 osm6495 deleted the security/SEC-7924/pin-github-actions branch March 24, 2026 13:40
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