Changeset 60051 for trunk/.github/workflows/reusable-phpunit-tests-v3.yml
- Timestamp:
- 03/19/2025 12:23:42 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r59873 r60051 136 136 137 137 - name: Set up Node.js 138 uses: actions/setup-node@ 1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0138 uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 139 139 with: 140 140 node-version-file: '.nvmrc' … … 157 157 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 158 158 - name: Install Composer dependencies 159 uses: ramsey/composer-install@ 57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0159 uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # v3.1.0 160 160 with: 161 161 custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F") … … 233 233 - name: Upload test coverage report to Codecov 234 234 if: ${{ inputs.coverage-report }} 235 uses: codecov/codecov-action@ 13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1235 uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 236 236 with: 237 237 token: ${{ secrets.CODECOV_TOKEN }} … … 242 242 - name: Upload HTML coverage report as artifact 243 243 if: ${{ inputs.coverage-report }} 244 uses: actions/upload-artifact@ 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0244 uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 245 245 with: 246 246 name: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}
Note: See TracChangeset
for help on using the changeset viewer.