From caaed86aab1fd490cef1080b176cff13c05633b8 Mon Sep 17 00:00:00 2001 From: "appsec-renovate-bot[bot]" <255880998+appsec-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 07:10:45 +0000 Subject: [PATCH] [Renovate] Pin shivammathur/setup-php action to f3e473d [SECURITY] --- .github/workflows/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 554ed69..fd139cc 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout php-sic extension uses: actions/checkout@v2 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2 with: php-version: ${{matrix.version}} - name: phpize