From ea5930ed928d4b658e9ae1f9d9b7ce76ff43c5b4 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:20:49 +0100 Subject: [PATCH 1/2] chore: pin GitHub Actions to commit SHAs --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 32e2c35..ae5af1f 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -13,12 +13,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: fetch-depth: 0 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2 with: php-version: 8.2 tools: composer:v2 From ee388c6f394f29976ddb3e007ff20a015b91eb63 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:20:50 +0100 Subject: [PATCH 2/2] chore: pin GitHub Actions to commit SHAs --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9676b96..f6fcdb8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: fetch-depth: 0 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2 with: php-version: ${{ matrix.php }} tools: composer:v2