RepoJournal
Laravel

@laravel

PHP's most popular framework - Forge, Vapor, and a massive paying audience

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.

Pick a date

Topics: PHP Full archive →

The Wire · Showcase

LARAVEL TIGHTENS GITHUB ACTIONS SECURITY ACROSS THE ECOSYSTEM

By RepoJournal · Filed · About Laravel

The framework team is systematically pinning all third-party GitHub Actions to specific commit SHAs and rolling out Dependabot configurations to keep them updated automatically.

Laravel, Pint, and Pao are all hardening their CI/CD pipelines in parallel [1] [2], a coordinated move that reduces the blast radius if a popular action gets compromised. Each repo is also dropping `GITHUB_TOKEN` credentials from runners after checkout and declaring explicit permissions at the workflow level, cutting the attack surface for supply chain exploits. Meanwhile, the framework itself is getting more surgical with its shipping: CloudFlare transport now properly sets `content_id` for inline attachments [3], MariaDB gained vector index support [4], and queue inspection now includes the full job payload for better debugging [5]. The docs are catching up with two new guides on `attachFromStorageDisk` for notifications [6] and the `ShouldBeDiscovered` attribute for auto-wiring events [7], so developers won't waste time digging through source code to figure out what they can do.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Pin GitHub Actions to commit SHAs and add Dependabot config ↗ laravel/pao
  2. [2] Pin GitHub Actions to commit SHAs and add Dependabot config ↗ laravel/pint
  3. [3] fix: Add content_id to inline attachment handling in CloudflareTransport ↗ laravel/framework
  4. [4] Added MariaDB vector index capability (#60334) laravel/framework
  5. [5] [13.x] Add payload to InspectedJob (#60326) laravel/framework
  6. [6] [13.x] Add `attachFromStorageDisk` to notifications (#11220) laravel/docs
  7. [7] [13.x] Document ShouldBeDiscovered (#11219) laravel/docs

Quick answers

What shipped in Laravel on June 1, 2026?
The framework team is systematically pinning all third-party GitHub Actions to specific commit SHAs and rolling out Dependabot configurations to keep them updated automatically. In total, 17 commits and 11 pull requests landed.
Who contributed to Laravel on June 1, 2026?
2 developers shipped this update, including joetannenbaum and pablo-gonzalez-helpwan.
What were the notable Laravel updates?
Pin GitHub Actions to commit SHAs and add Dependabot config, Pin GitHub Actions to commit SHAs and add Dependabot config, and fix: Add content_id to inline attachment handling in CloudflareTransport.

More from @laravel

Daily updates, in your inbox

Follow Laravel

Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?