Changeset 57197
- Timestamp:
- 12/18/2023 03:18:30 PM (9 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/callable-test-core-build-process.yml
r57177 r57197 42 42 steps: 43 43 - name: Checkout repository 44 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.044 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 45 45 with: 46 46 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 47 47 48 48 - name: Set up Node.js 49 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.149 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 50 50 with: 51 51 node-version-file: '.nvmrc' … … 80 80 81 81 - name: Upload ZIP as a GitHub Actions artifact 82 uses: actions/upload-artifact@ 0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.282 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 83 83 if: ${{ inputs.directory == 'build' && 'ubuntu-latest' == inputs.os }} 84 84 with: -
trunk/.github/workflows/callable-test-gutenberg-build-process.yml
r56976 r57197 43 43 steps: 44 44 - name: Checkout repository 45 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.045 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 46 46 with: 47 47 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 48 48 49 49 - name: Checkout Gutenberg plugin 50 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.050 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 51 51 with: 52 52 repository: 'WordPress/gutenberg' … … 55 55 56 56 - name: Set up Node.js 57 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.157 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 58 58 with: 59 59 node-version-file: '.nvmrc' -
trunk/.github/workflows/coding-standards.yml
r56954 r57197 71 71 steps: 72 72 - name: Checkout repository 73 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.073 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 74 74 with: 75 75 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 76 76 77 77 - name: Set up PHP 78 uses: shivammathur/setup-php@ 4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.478 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 79 79 with: 80 80 php-version: 'latest' … … 89 89 90 90 - name: Cache PHPCS scan cache 91 uses: actions/cache@ 88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.191 uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 92 92 with: 93 93 path: | … … 148 148 steps: 149 149 - name: Checkout repository 150 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0150 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 151 151 with: 152 152 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 153 153 154 154 - name: Set up Node.js 155 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1155 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 156 156 with: 157 157 node-version-file: '.nvmrc' … … 208 208 steps: 209 209 - name: Dispatch workflow run 210 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1210 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 211 211 with: 212 212 retries: 2 -
trunk/.github/workflows/end-to-end-tests.yml
r56954 r57197 72 72 73 73 - name: Checkout repository 74 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.074 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 75 75 with: 76 76 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 77 77 78 78 - name: Set up Node.js 79 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.179 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 80 80 with: 81 81 node-version-file: '.nvmrc' … … 129 129 130 130 - name: Archive debug artifacts (screenshots, HTML snapshots) 131 uses: actions/upload-artifact@ 0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2131 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 132 132 if: always() 133 133 with: … … 172 172 steps: 173 173 - name: Dispatch workflow run 174 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1174 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 175 175 with: 176 176 retries: 2 -
trunk/.github/workflows/failed-workflow.yml
r57052 r57197 31 31 steps: 32 32 - name: Rerun a workflow 33 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.133 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 34 34 with: 35 35 retries: 15 -
trunk/.github/workflows/install-testing.yml
r56823 r57197 63 63 steps: 64 64 - name: Set up PHP ${{ matrix.php }} 65 uses: shivammathur/setup-php@ 7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.065 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 66 66 with: 67 67 php-version: '${{ matrix.php }}' … … 116 116 steps: 117 117 - name: Dispatch workflow run 118 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1118 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 119 119 with: 120 120 retries: 2 -
trunk/.github/workflows/javascript-tests.yml
r56660 r57197 63 63 steps: 64 64 - name: Checkout repository 65 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.065 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 66 66 with: 67 67 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 68 68 69 69 - name: Set up Node.js 70 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.170 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 71 71 with: 72 72 node-version-file: '.nvmrc' … … 123 123 steps: 124 124 - name: Dispatch workflow run 125 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1125 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 126 126 with: 127 127 retries: 2 -
trunk/.github/workflows/performance.yml
r57143 r57197 104 104 105 105 - name: Checkout repository 106 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0106 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 107 107 with: 108 108 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 109 109 110 110 - name: Set up Node.js 111 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1111 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 112 112 with: 113 113 node-version-file: '.nvmrc' … … 243 243 # Only needed when publishing results. 244 244 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }} 245 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1245 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 246 246 id: base-sha 247 247 with: … … 254 254 # Only needed when publishing results. 255 255 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }} 256 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1256 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 257 257 id: commit-timestamp 258 258 with: … … 309 309 steps: 310 310 - name: Dispatch workflow run 311 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1311 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 312 312 with: 313 313 retries: 2 -
trunk/.github/workflows/php-compatibility.yml
r56660 r57197 66 66 steps: 67 67 - name: Checkout repository 68 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.068 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 69 69 with: 70 70 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 71 71 72 72 - name: Set up PHP 73 uses: shivammathur/setup-php@ 4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.473 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 74 74 with: 75 75 php-version: '7.4' … … 88 88 89 89 - name: Cache PHP compatibility scan cache 90 uses: actions/cache@ 88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.190 uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 91 91 with: 92 92 path: .cache/phpcompat.json … … 148 148 steps: 149 149 - name: Dispatch workflow run 150 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1150 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 151 151 with: 152 152 retries: 2 -
trunk/.github/workflows/phpunit-tests-run.yml
r56954 r57197 86 86 87 87 - name: Checkout repository 88 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.088 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 89 89 with: 90 90 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 91 91 92 92 - name: Set up Node.js 93 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.193 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 94 94 with: 95 95 node-version-file: '.nvmrc' … … 104 104 ## 105 105 - name: Set up PHP 106 uses: shivammathur/setup-php@ 4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4106 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 107 107 with: 108 108 php-version: '${{ inputs.php }}' … … 176 176 - name: Checkout the WordPress Test Reporter 177 177 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }} 178 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0178 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 179 179 with: 180 180 repository: 'WordPress/phpunit-test-runner' -
trunk/.github/workflows/phpunit-tests.yml
r57152 r57197 162 162 steps: 163 163 - name: Dispatch workflow run 164 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1164 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 165 165 with: 166 166 retries: 2 -
trunk/.github/workflows/pull-request-comments.yml
r57178 r57197 84 84 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request_target' }} 85 85 steps: 86 - uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.186 - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 87 87 with: 88 88 script: | -
trunk/.github/workflows/slack-notifications.yml
r56827 r57197 61 61 - name: Determine the status of the previous attempt 62 62 id: previous-attempt-result 63 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.163 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 64 64 with: 65 65 retries: 2 … … 132 132 - name: Get the commit message 133 133 id: current-commit-message 134 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1134 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 135 135 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 136 136 with: -
trunk/.github/workflows/test-and-zip-default-themes.yml
r56792 r57197 87 87 steps: 88 88 - name: Checkout repository 89 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.089 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 90 90 with: 91 91 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 126 126 steps: 127 127 - name: Checkout repository 128 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0128 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 129 129 with: 130 130 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 132 132 133 133 - name: Set up Node.js 134 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1134 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 135 135 with: 136 136 node-version-file: '.nvmrc' … … 182 182 steps: 183 183 - name: Checkout repository 184 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0184 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 185 185 with: 186 186 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 188 188 189 189 - name: Upload theme ZIP as an artifact 190 uses: actions/upload-artifact@ 0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2190 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 191 191 with: 192 192 if-no-files-found: error … … 228 228 steps: 229 229 - name: Dispatch workflow run 230 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1230 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 231 231 with: 232 232 retries: 2 -
trunk/.github/workflows/test-build-processes.yml
r57178 r57197 142 142 steps: 143 143 - name: Dispatch workflow run 144 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1144 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 145 145 with: 146 146 retries: 2 -
trunk/.github/workflows/test-coverage.yml
r56954 r57197 77 77 78 78 - name: Checkout repository 79 uses: actions/checkout@ 3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.079 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 80 80 with: 81 81 show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} 82 82 83 83 - name: Set up Node.js 84 uses: actions/setup-node@ 5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.184 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 85 85 with: 86 86 node-version-file: '.nvmrc' … … 95 95 ## 96 96 - name: Set up PHP 97 uses: shivammathur/setup-php@ 4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.497 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 98 98 with: 99 99 php-version: '7.4' … … 209 209 steps: 210 210 - name: Dispatch workflow run 211 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1211 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 212 212 with: 213 213 retries: 2 -
trunk/.github/workflows/test-old-branches.yml
r56966 r57197 94 94 steps: 95 95 - name: Dispatch workflow run 96 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.196 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 97 97 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == env.CURRENTLY_SUPPORTED_BRANCH }} 98 98 with: -
trunk/.github/workflows/upgrade-testing-run.yml
r56661 r57197 63 63 steps: 64 64 - name: Set up PHP ${{ inputs.php }} 65 uses: shivammathur/setup-php@ 7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.065 uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0 66 66 with: 67 67 php-version: '${{ inputs.php }}' -
trunk/.github/workflows/upgrade-testing.yml
r57082 r57197 192 192 steps: 193 193 - name: Dispatch workflow run 194 uses: actions/github-script@ d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1194 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 195 195 with: 196 196 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.