From e3773bcfbd63d0d84d3f973c672019b6cb2e6874 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:30:12 +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 2ff31a4..0b33eff 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -13,10 +13,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: 8.4 tools: composer:v2 From 07379565a44363fd74a2d3374d839bf1b24de271 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:30:13 +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 31bfdba..f0591ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,10 +16,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