Skip to content

Pin GitHub Actions to commit SHAs#33

Merged
krynju merged 1 commit intomainfrom
la/pin-github-actions
Mar 30, 2026
Merged

Pin GitHub Actions to commit SHAs#33
krynju merged 1 commit intomainfrom
la/pin-github-actions

Conversation

@lamdor
Copy link
Copy Markdown
Member

@lamdor lamdor commented Mar 29, 2026

Summary

  • Pin all third-party GitHub Actions to full commit SHAs for improved supply chain security
  • Each pin includes a version comment (e.g., # v4) for readability
  • Add dependabot configuration for automated GitHub Actions updates

Why

Using commit SHAs instead of mutable tags prevents supply chain attacks where a tag could be moved to point to malicious code.

Test plan

  • Verify CI workflows still pass with pinned actions

Pin all third-party GitHub Actions to full commit SHAs for supply chain security. Each pin includes a version comment for readability.
Add dependabot configuration for automated GitHub Actions updates.
@krynju krynju merged commit 0d51e1f into main Mar 30, 2026
1 check passed
@krynju krynju deleted the la/pin-github-actions branch March 30, 2026 08: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