FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
The tj-actions attack hit 23,000 repos. Your workflows are probably still vulnerable.
NewsDevOps

The tj-actions attack hit 23,000 repos. Your workflows are probably still vulnerable.

via Dev.to DevOpsAdamAI1mo ago

The tj-actions attack hit 23,000 repos. Your workflows are probably still vulnerable. In March 2025, the tj-actions GitHub Actions library was compromised. The attacker modified the action's code, then moved the version tags (v2, v3, v4) to point to the malicious commit. Any repository running a workflow with this: - uses : tj-actions/changed-files@v4 pulled the compromised code automatically. No warning. No notification. Just silent supply chain compromise. That was 23,000+ repositories. One tag repoint. Done. Why this keeps working Tags are mutable. That's the entire problem. When you pin to @v4 , you're trusting that the tag won't be moved to different code. That trust has no technical basis — GitHub doesn't prevent tag rewrites. The only thing stopping a maintainer (or an attacker who compromises one) from repointing your @v4 is nothing. SHA pinning is different: - uses : tj-actions/changed-files@a81bbbf8298c0fa03ea29cdc473d45aca646fdde3 That hash is immutable. No tag repoint chang

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
40 views

Related Articles

News

UVWATAUAVAWH, The Pushy String

Lobsters • 1d ago

15 Years of Forking (Waterfox)
News

15 Years of Forking (Waterfox)

Lobsters • 2d ago

News

The Steam Controller D0ggle Adventure

Lobsters • 2d ago

Mamba-UNet: UNet-Like Pure Visual Mamba for Medical Image Segmentation
News

Mamba-UNet: UNet-Like Pure Visual Mamba for Medical Image Segmentation

Dev.to • 2d ago

telecheck and tyms past
News

telecheck and tyms past

Lobsters • 2d ago

Discover More Articles