Changeset 57757 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 03/04/2024 11:04:12 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r57655 r57757 95 95 ## 96 96 - name: Set up PHP 97 uses: shivammathur/setup-php@ 6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2.29.097 uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0 98 98 with: 99 99 php-version: '7.4' … … 103 103 # passing a custom cache suffix ensures that the cache is flushed at least once per week. 104 104 - name: Install Composer dependencies 105 uses: ramsey/composer-install@ 83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0105 uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0 106 106 with: 107 107 custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F") … … 153 153 - name: Upload single site report to Codecov 154 154 if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }} 155 uses: codecov/codecov-action@ e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1155 uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 156 156 with: 157 157 token: ${{ secrets.CODECOV_TOKEN }} … … 177 177 - name: Upload multisite report to Codecov 178 178 if: ${{ matrix.multisite && github.event_name != 'pull_request' }} 179 uses: codecov/codecov-action@ e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1179 uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 180 180 with: 181 181 token: ${{ secrets.CODECOV_TOKEN }}
Note: See TracChangeset
for help on using the changeset viewer.