@@ -129,13 +129,13 @@ jobs:
129129 echo "PHP_FPM_GID=$(id -g)" >> "$GITHUB_ENV"
130130
131131 - name : Checkout repository
132- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
132+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
133133 with :
134134 show-progress : ${{ runner.debug == '1' && 'true' || 'false' }}
135135 persist-credentials : false
136136
137137 - name : Set up Node.js
138- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
138+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
139139 with :
140140 node-version-file : ' .nvmrc'
141141 cache : npm
@@ -148,7 +148,7 @@ jobs:
148148 # dependency versions are installed and cached.
149149 # #
150150 - name : Set up PHP
151- uses : shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
151+ uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
152152 with :
153153 php-version : ' ${{ inputs.php }}'
154154 coverage : none
@@ -232,7 +232,7 @@ jobs:
232232
233233 - name : Upload test coverage report to Codecov
234234 if : ${{ inputs.coverage-report }}
235- uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1 .1
235+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3 .1
236236 with :
237237 token : ${{ secrets.CODECOV_TOKEN }}
238238 file : wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml
@@ -241,7 +241,7 @@ jobs:
241241
242242 - name : Upload HTML coverage report as artifact
243243 if : ${{ inputs.coverage-report }}
244- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
244+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
245245 with :
246246 name : wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}
247247 path : wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}
@@ -252,7 +252,7 @@ jobs:
252252
253253 - name : Checkout the WordPress Test Reporter
254254 if : ${{ github.ref == 'refs/heads/trunk' && inputs.report }}
255- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
255+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
256256 with :
257257 repository : ' WordPress/phpunit-test-runner'
258258 path : ' test-runner'
0 commit comments