chore: pin GitHub Actions to commit SHAs (#1697)

This commit is contained in:
nuno maduro
2026-05-11 22:11:57 -03:00
committed by GitHub
parent d66361b272
commit e36be9d13e

View File

@ -21,10 +21,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2