The Wire · Showcase
ACTIONS/CHECKOUT 7.0.1 ROLLS ACROSS LARAVEL ECOSYSTEM
By RepoJournal · Filed · About Laravel
GitHub Actions checkout action shipped a patch to skip unsafe PR checks by default, and it's already landing in 4 core Laravel repos.
Dependabot has merged actions/checkout 7.0.1 across pail [1], sanctum [2], vapor-cli [3], and cashier-paddle [4]. The patch addresses a security posture improvement: "skip running unsafe pr check if input is default" [1]. This is the kind of invisible maintenance that keeps CI pipelines honest. No breaking changes here, just better defaults. All 4 PRs are merged.
One email a day. Unsubscribe in one click.
Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Verify your GitHub Actions workflows have the latest checkout v7.0.1 laravel/* [plan]
References
- [1] Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group ↗ laravel/pail
- [2] Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group ↗ laravel/sanctum
- [3] Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group ↗ laravel/vapor-cli
- [4] Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group ↗ laravel/cashier-paddle