Changeset 61209 for trunk/.github/workflows/reusable-phpunit-tests-v3.yml
- Timestamp:
- 11/11/2025 11:28:13 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r60774 r61209 132 132 133 133 - name: Checkout repository 134 uses: actions/checkout@ 11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2134 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 135 135 with: 136 136 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} … … 138 138 139 139 - name: Set up Node.js 140 uses: actions/setup-node@ cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0140 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 141 141 with: 142 142 node-version-file: '.nvmrc' … … 151 151 ## 152 152 - name: Set up PHP 153 uses: shivammathur/setup-php@ 20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3153 uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5 154 154 with: 155 155 php-version: '${{ inputs.php }}' … … 235 235 - name: Upload test coverage report to Codecov 236 236 if: ${{ inputs.coverage-report }} 237 uses: codecov/codecov-action@ 18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3237 uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 238 238 with: 239 239 token: ${{ secrets.CODECOV_TOKEN }} … … 244 244 - name: Upload HTML coverage report as artifact 245 245 if: ${{ inputs.coverage-report }} 246 uses: actions/upload-artifact@ ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2246 uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 247 247 with: 248 248 name: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}
Note: See TracChangeset
for help on using the changeset viewer.