GitHub released actions/checkout v7 with protections against “pwn request” attacks where privileged workflows check out untrusted pull request code. The update blocks unsafe fork checkouts by default and introduces an allow-unsafe-pr-checkout input for intentional exceptions. This addresses a long-standing supply chain risk that recent incidents like Nx, PostHog, and TanStack exploited.