Changeset 58789
- Timestamp:
- 07/23/2024 06:37:03 PM (6 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/install-testing.yml
r57757 r58789 142 142 steps: 143 143 - name: Set up PHP ${{ matrix.php }} 144 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0144 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 145 145 with: 146 146 php-version: '${{ matrix.php }}' -
trunk/.github/workflows/reusable-coding-standards-javascript.yml
r58165 r58789 36 36 37 37 - name: Set up Node.js 38 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.238 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 39 39 with: 40 40 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-coding-standards-php.yml
r58596 r58789 48 48 49 49 - name: Set up PHP 50 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.050 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 51 51 with: 52 52 php-version: ${{ inputs.php-version }} … … 61 61 62 62 - name: Cache PHPCS scan cache 63 uses: actions/cache@ ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.163 uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 64 64 with: 65 65 path: | -
trunk/.github/workflows/reusable-end-to-end-tests.yml
r58431 r58789 69 69 70 70 - name: Set up Node.js 71 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.271 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 72 72 with: 73 73 node-version-file: '.nvmrc' … … 126 126 127 127 - name: Archive debug artifacts (screenshots, HTML snapshots) 128 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1128 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 129 129 if: always() 130 130 with: -
trunk/.github/workflows/reusable-javascript-tests.yml
r58165 r58789 31 31 32 32 - name: Set up Node.js 33 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.233 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 34 34 with: 35 35 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-performance.yml
r58767 r58789 119 119 120 120 - name: Set up Node.js 121 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2121 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 122 122 with: 123 123 node-version-file: '.nvmrc' … … 282 282 283 283 - name: Archive artifacts 284 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1284 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 285 285 if: always() 286 286 with: -
trunk/.github/workflows/reusable-php-compatibility.yml
r58165 r58789 42 42 43 43 - name: Set up PHP 44 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.044 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 45 45 with: 46 46 php-version: ${{ inputs.php-version }} … … 59 59 60 60 - name: Cache PHP compatibility scan cache 61 uses: actions/cache@ ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.161 uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 62 62 with: 63 63 path: .cache/phpcompat.json -
trunk/.github/workflows/reusable-phpunit-tests-v1.yml
r58595 r58789 96 96 97 97 - name: Set up Node.js 98 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.298 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 99 99 with: 100 100 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-phpunit-tests-v2.yml
r58595 r58789 99 99 100 100 - name: Install Node.js 101 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2101 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 102 102 with: 103 103 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r58645 r58789 104 104 105 105 - name: Set up Node.js 106 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2106 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 107 107 with: 108 108 node-version-file: '.nvmrc' … … 117 117 ## 118 118 - name: Set up PHP 119 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.0119 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 120 120 with: 121 121 php-version: '${{ inputs.php }}' -
trunk/.github/workflows/reusable-test-core-build-process.yml
r58351 r58789 64 64 65 65 - name: Set up Node.js 66 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.266 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 67 67 with: 68 68 node-version-file: '.nvmrc' … … 102 102 103 103 - name: Upload ZIP as a GitHub Actions artifact 104 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1104 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 105 105 if: ${{ inputs.save-build || inputs.prepare-playground }} 106 106 with: … … 118 118 # leave a comment detailing how to test the PR within WordPress Playground. 119 119 - name: Upload PR number as artifact 120 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1120 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 121 121 if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }} 122 122 with: -
trunk/.github/workflows/reusable-test-gutenberg-build-process.yml
r58351 r58789 56 56 57 57 - name: Set up Node.js 58 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.258 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 59 59 with: 60 60 node-version-file: '.nvmrc' -
trunk/.github/workflows/reusable-upgrade-testing.yml
r58165 r58789 63 63 steps: 64 64 - name: Set up PHP ${{ inputs.php }} 65 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.065 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 66 66 with: 67 67 php-version: '${{ inputs.php }}' -
trunk/.github/workflows/slack-notifications.yml
r57376 r58789 168 168 steps: 169 169 - name: Post failure notifications to Slack 170 uses: slackapi/slack-github-action@ 6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0170 uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 171 171 with: 172 172 payload: ${{ needs.prepare.outputs.payload }} … … 184 184 steps: 185 185 - name: Post failure notifications to Slack 186 uses: slackapi/slack-github-action@ 6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0186 uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 187 187 with: 188 188 payload: ${{ needs.prepare.outputs.payload }} … … 200 200 steps: 201 201 - name: Post success notifications to Slack 202 uses: slackapi/slack-github-action@ 6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0202 uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 203 203 with: 204 204 payload: ${{ needs.prepare.outputs.payload }} … … 216 216 steps: 217 217 - name: Post cancelled notifications to Slack 218 uses: slackapi/slack-github-action@ 6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0218 uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0 219 219 with: 220 220 payload: ${{ needs.prepare.outputs.payload }} -
trunk/.github/workflows/test-and-zip-default-themes.yml
r57655 r58789 132 132 133 133 - name: Set up Node.js 134 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2134 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 135 135 with: 136 136 node-version-file: '.nvmrc' … … 188 188 189 189 - name: Upload theme ZIP as an artifact 190 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1190 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 191 191 with: 192 192 if-no-files-found: error -
trunk/.github/workflows/test-coverage.yml
r58144 r58789 82 82 83 83 - name: Set up Node.js 84 uses: actions/setup-node@ 60edb5dd545a775178f52524783378180af0d1f8 # v4.0.284 uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 85 85 with: 86 86 node-version-file: '.nvmrc' … … 95 95 ## 96 96 - name: Set up PHP 97 uses: shivammathur/setup-php@ a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2.30.097 uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1 98 98 with: 99 99 php-version: '7.4' … … 152 152 - name: Upload single site report to Codecov 153 153 if: ${{ ! matrix.multisite && matrix.format == 'clover' && github.event_name != 'pull_request' }} 154 uses: codecov/codecov-action@ 54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0154 uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 155 155 with: 156 156 token: ${{ secrets.CODECOV_TOKEN }} … … 161 161 - name: Upload single site HTML report as artifact 162 162 if: ${{ ! matrix.multisite && matrix.format == 'html' }} 163 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1163 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 164 164 with: 165 165 name: wp-code-coverage-single-${{ github.sha }} … … 176 176 - name: Upload multisite report to Codecov 177 177 if: ${{ matrix.multisite && matrix.format == 'clover' && github.event_name != 'pull_request' }} 178 uses: codecov/codecov-action@ 54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0178 uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 179 179 with: 180 180 token: ${{ secrets.CODECOV_TOKEN }} … … 185 185 - name: Upload multisite HTML report as artifact 186 186 if: ${{ matrix.multisite && matrix.format == 'html' }} 187 uses: actions/upload-artifact@ 5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1187 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 188 188 with: 189 189 name: wp-code-coverage-multisite-${{ github.sha }}
Note: See TracChangeset
for help on using the changeset viewer.