Skip to content

fix(ci): pin GitHub Actions to commit SHAs - #46

Merged
odsod merged 1 commit into
mainfrom
fix/pin-github-actions
Aug 3, 2026
Merged

odsod merged 1 commit into
mainfrom
fix/pin-github-actions

Conversation

@odsod

@odsod odsod commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Tags and branch names can be silently repointed by the action owner, enabling supply-chain attacks (as seen in the trivy-action and kics-github-action compromises)
  • Pin every action reference to its resolved commit SHA, keeping the version tag as a trailing comment

Test plan

  • mise run build passes locally

Tags and branch names can be silently repointed by the action owner,
enabling supply-chain attacks (as seen in the trivy-action and
kics-github-action compromises). Pin every action reference to its
resolved commit SHA, keeping the version tag as a trailing comment.
@odsod
odsod merged commit 9620f2f into main Aug 3, 2026
1 check passed
@odsod
odsod deleted the fix/pin-github-actions branch August 3, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants