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

* chore: pin GitHub Actions to commit SHAs

* chore: pin GitHub Actions to commit SHAs

* chore: pin GitHub Actions to commit SHAs
This commit is contained in:
nuno maduro
2026-05-11 22:11:19 -03:00
committed by GitHub
parent 2848059a77
commit 20e75b97a7
3 changed files with 11 additions and 11 deletions

View File

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