Changeset 60692 for trunk/.github/workflows/reusable-phpunit-tests-v3.yml
- Timestamp:
- 08/30/2025 12:11:12 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r60660 r60692 157 157 ## 158 158 - name: Set up PHP 159 uses: shivammathur/setup-php@ 9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0159 uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3 160 160 with: 161 161 php-version: '${{ inputs.php }}' … … 165 165 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 166 166 - name: Install Composer dependencies 167 uses: ramsey/composer-install@ a2636af0004d1c0499ffca16ac0b4cc94df70565 # v3.1.0167 uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1 168 168 with: 169 169 custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F") … … 241 241 - name: Upload test coverage report to Codecov 242 242 if: ${{ inputs.coverage-report }} 243 uses: codecov/codecov-action@ 0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0243 uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 244 244 with: 245 245 token: ${{ secrets.CODECOV_TOKEN }} … … 261 261 - name: Checkout the WordPress Test Reporter 262 262 if: ${{ github.ref == 'refs/heads/trunk' && inputs.report }} 263 uses: actions/checkout@ 11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2263 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 264 264 with: 265 265 repository: 'WordPress/phpunit-test-runner'
Note: See TracChangeset
for help on using the changeset viewer.