diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index bbaa21e..2fd10be 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Set up PHP - uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # 2.30.1 + uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # 2.30.2 with: php-version: ${{ env.PHP_VERSION }} tools: none diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ed2b74..2102996 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up PHP - uses: shivammathur/setup-php@73963f5001e335723c998e4a0125ce060083985c # 2.30.1 + uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # 2.30.2 with: php-version: ${{ matrix.php }} tools: none