Skip to content

fix: pin third-party GitHub Actions to immutable commit SHAs - #1022

Open
StoneTimber wants to merge 1 commit into
mainfrom
fix/pin-action-shas
Open

fix: pin third-party GitHub Actions to immutable commit SHAs #1022
StoneTimber wants to merge 1 commit into
mainfrom
fix/pin-action-shas

Conversation

@StoneTimber

Copy link
Copy Markdown

Description

Pinned all third-party and GitHub-official Actions in .github/workflows/ from mutable version tags (e.g. @v5) to immutable commit SHAs (e.g. @abc123... # v5). This prevents a repointed or compromised tag from injecting unreviewed code into CI runs. No logic or behavior was changed — this is a security hygiene update only.

Fixes #1015

Checklist

  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • Any components that you've modified are accessible.
  • You've used conventional commits where appropriate

@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
internal-dashboard Ready Ready Preview, Comment Jul 16, 2026 8:51pm
nightcrawler Ready Ready Preview, Comment Jul 16, 2026 8:51pm

@StoneTimber StoneTimber changed the title fix: pin third-party GitHub Actions to immutable commit SHAs (Ticket #1015) fix: pin third-party GitHub Actions to immutable commit SHAs Jul 16, 2026
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.

ci: pin GitHub Actions to commit SHAs instead of version tags

1 participant