From 7e3f421e3ebf5c43264f9aa0079bb557e826a3c1 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:20:39 +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 8d71a0f..ebb15a2 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.1 tools: composer:v2 From 10845b4072080a4adc19a4cc162b1ed5ebae4834 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:20:40 +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 746ef3d..7bb9b31 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