From a58224c89bc16b536ddbc6885a16295d97a860b4 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:21:00 +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 da07888..d57b9f5 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -13,12 +13,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2 with: php-version: 8.4 tools: composer:v2 From 152bb2a693dee0852f039f2f090e7c5714ffebbd Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 12 May 2026 02:21:01 +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 03da16c..3627201 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,12 +16,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 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