diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de3528..4a5a81b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 - name: Set up PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: '8.3' coverage: none diff --git a/.github/workflows/plugin-ci.yml b/.github/workflows/plugin-ci.yml index 1982f3b..e281412 100644 --- a/.github/workflows/plugin-ci.yml +++ b/.github/workflows/plugin-ci.yml @@ -45,12 +45,12 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: persist-credentials: false - name: Set up PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: ${{ inputs.php-version }} coverage: none diff --git a/.github/workflows/plugin-maintain-main.yml b/.github/workflows/plugin-maintain-main.yml index b2c22f5..a60a234 100644 --- a/.github/workflows/plugin-maintain-main.yml +++ b/.github/workflows/plugin-maintain-main.yml @@ -66,13 +66,13 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: ref: main fetch-depth: 0 - name: Set up PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: ${{ inputs.php-version }} coverage: none diff --git a/.github/workflows/plugin-release.yml b/.github/workflows/plugin-release.yml index 3b9f79d..727082c 100644 --- a/.github/workflows/plugin-release.yml +++ b/.github/workflows/plugin-release.yml @@ -76,13 +76,13 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 with: ref: ${{ inputs.tag }} persist-credentials: false - name: Set up PHP - uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 + uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2 with: php-version: ${{ inputs.php-version }} coverage: none