Changeset 56388
- Timestamp:
- 08/11/2023 01:03:21 PM (14 months ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r55717 r56388 71 71 steps: 72 72 - name: Checkout repository 73 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.073 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 74 74 75 75 - name: Set up PHP … … 146 146 steps: 147 147 - name: Checkout repository 148 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0148 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 149 149 150 150 - name: Set up Node.js … … 204 204 steps: 205 205 - name: Dispatch workflow run 206 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0206 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 207 207 with: 208 208 retries: 2 -
trunk/.github/workflows/end-to-end-tests.yml
r56308 r56388 69 69 70 70 - name: Checkout repository 71 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.071 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 72 72 73 73 - name: Set up Node.js … … 144 144 steps: 145 145 - name: Dispatch workflow run 146 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0146 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 147 147 with: 148 148 retries: 2 -
trunk/.github/workflows/failed-workflow.yml
r55715 r56388 31 31 steps: 32 32 - name: Rerun a workflow 33 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.033 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 34 34 with: 35 35 retries: 2 -
trunk/.github/workflows/javascript-tests.yml
r55717 r56388 63 63 steps: 64 64 - name: Checkout repository 65 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.065 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 66 66 67 67 - name: Set up Node.js … … 120 120 steps: 121 121 - name: Dispatch workflow run 122 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0122 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 123 123 with: 124 124 retries: 2 -
trunk/.github/workflows/performance.yml
r56313 r56388 36 36 SAVEQUERIES : false 37 37 WP_DEVELOPMENT_MODE: '' 38 38 39 39 # This workflow takes two sets of measurements — one for the current commit, 40 40 # and another against a consistent version that is used as a baseline measurement. … … 88 88 89 89 - name: Checkout repository 90 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.090 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 91 91 92 92 - name: Set up Node.js … … 169 169 # Only needed when publishing results. 170 170 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }} 171 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0171 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 172 172 id: base-sha 173 173 with: … … 180 180 # Only needed when publishing results. 181 181 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }} 182 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0182 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 183 183 id: commit-timestamp 184 184 with: … … 234 234 steps: 235 235 - name: Dispatch workflow run 236 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0236 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 237 237 with: 238 238 retries: 2 -
trunk/.github/workflows/php-compatibility.yml
r55717 r56388 66 66 steps: 67 67 - name: Checkout repository 68 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.068 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 69 69 70 70 - name: Set up PHP … … 145 145 steps: 146 146 - name: Dispatch workflow run 147 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0147 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 148 148 with: 149 149 retries: 2 -
trunk/.github/workflows/phpunit-tests.yml
r56141 r56388 98 98 99 99 - name: Checkout repository 100 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0100 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 101 101 102 102 - name: Set up Node.js … … 185 185 - name: Checkout the WordPress Test Reporter 186 186 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }} 187 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0187 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 188 188 with: 189 189 repository: 'WordPress/phpunit-test-runner' … … 229 229 steps: 230 230 - name: Dispatch workflow run 231 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0231 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 232 232 with: 233 233 retries: 2 -
trunk/.github/workflows/slack-notifications.yml
r55715 r56388 61 61 - name: Determine the status of the previous attempt 62 62 id: previous-attempt-result 63 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.063 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 64 64 with: 65 65 retries: 2 … … 126 126 - name: Get the commit message 127 127 id: current-commit-message 128 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0128 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 129 129 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 130 130 with: -
trunk/.github/workflows/test-and-zip-default-themes.yml
r55717 r56388 80 80 steps: 81 81 - name: Checkout repository 82 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.082 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 83 83 with: 84 84 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 134 134 steps: 135 135 - name: Checkout repository 136 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0136 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 137 137 with: 138 138 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} … … 179 179 steps: 180 180 - name: Dispatch workflow run 181 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0181 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 182 182 with: 183 183 retries: 2 -
trunk/.github/workflows/test-coverage.yml
r55717 r56388 77 77 78 78 - name: Checkout repository 79 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.079 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 80 80 81 81 - name: Set up Node.js … … 206 206 steps: 207 207 - name: Dispatch workflow run 208 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0208 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 209 209 with: 210 210 retries: 2 -
trunk/.github/workflows/test-npm.yml
r55717 r56388 69 69 steps: 70 70 - name: Checkout repository 71 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.071 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 72 72 73 73 - name: Set up Node.js … … 135 135 steps: 136 136 - name: Checkout repository 137 uses: actions/checkout@ ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0137 uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 138 138 139 139 - name: Set up Node.js … … 206 206 steps: 207 207 - name: Dispatch workflow run 208 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.0208 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 209 209 with: 210 210 retries: 2 -
trunk/.github/workflows/test-old-branches.yml
r56267 r56388 85 85 steps: 86 86 - name: Dispatch workflow run 87 uses: actions/github-script@ 98814c53be79b1d30f795b907e553d8679345975 # v6.4.087 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 88 88 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.3' }} 89 89 with:
Note: See TracChangeset
for help on using the changeset viewer.