Changeset 53581
- Timestamp:
- 06/27/2022 06:57:00 PM (2 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r53112 r53581 64 64 steps: 65 65 - name: Checkout repository 66 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.066 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 67 67 68 68 - name: Set up PHP 69 uses: shivammathur/setup-php@ d37cc3048580de06099c81ded417530716a0d7ab # v2.18.069 uses: shivammathur/setup-php@3eda58347216592f618bb1dff277810b6698e4ca # v2.19.1 70 70 with: 71 71 php-version: '7.4' … … 85 85 86 86 - name: Cache PHPCS scan cache 87 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0. 187 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.4 88 88 with: 89 89 path: .cache/phpcs.json … … 132 132 steps: 133 133 - name: Checkout repository 134 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0134 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 135 135 136 136 - name: Log debug information … … 142 142 143 143 - name: Install NodeJS 144 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0144 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 145 145 with: 146 146 node-version-file: '.nvmrc' -
trunk/.github/workflows/end-to-end-tests.yml
r53112 r53581 58 58 59 59 - name: Checkout repository 60 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.060 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 61 61 62 62 - name: Log debug information … … 72 72 73 73 - name: Install NodeJS 74 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.074 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 75 75 with: 76 76 node-version-file: '.nvmrc' -
trunk/.github/workflows/javascript-tests.yml
r53112 r53581 57 57 steps: 58 58 - name: Checkout repository 59 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.059 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 60 60 61 61 - name: Log debug information … … 67 67 68 68 - name: Install NodeJS 69 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.069 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 70 70 with: 71 71 node-version-file: '.nvmrc' -
trunk/.github/workflows/php-compatibility.yml
r53112 r53581 58 58 steps: 59 59 - name: Checkout repository 60 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.060 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 61 61 62 62 - name: Set up PHP 63 uses: shivammathur/setup-php@ d37cc3048580de06099c81ded417530716a0d7ab # v2.18.063 uses: shivammathur/setup-php@3eda58347216592f618bb1dff277810b6698e4ca # v2.19.1 64 64 with: 65 65 php-version: '7.4' … … 79 79 80 80 - name: Cache PHP compatibility scan cache 81 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0. 181 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.4 82 82 with: 83 83 path: .cache/phpcompat.json -
trunk/.github/workflows/phpunit-tests.yml
r53112 r53581 111 111 112 112 - name: Checkout repository 113 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0113 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 114 114 115 115 - name: Install NodeJS 116 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0116 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 117 117 with: 118 118 node-version-file: '.nvmrc' … … 133 133 134 134 - name: Cache Composer dependencies 135 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0. 1135 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.4 136 136 env: 137 137 cache-name: cache-composer-dependencies … … 232 232 - name: Checkout the WordPress Test Reporter 233 233 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && matrix.report }} 234 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0234 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 235 235 with: 236 236 repository: 'WordPress/phpunit-test-runner' -
trunk/.github/workflows/slack-notifications.yml
r53534 r53581 71 71 id: previous-attempt-result 72 72 if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} 73 uses: actions/github-script@ 9ac08808f993958e9de277fe43a64532a609130e # v6.0.073 uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0 74 74 with: 75 75 script: | … … 141 141 - name: Get the commit message 142 142 id: current-commit-message 143 uses: actions/github-script@ 9ac08808f993958e9de277fe43a64532a609130e # v6.0.0143 uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0 144 144 if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }} 145 145 with: … … 175 175 steps: 176 176 - name: Post failure notifications to Slack 177 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0177 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 178 178 with: 179 179 payload: ${{ needs.prepare.outputs.payload }} … … 191 191 steps: 192 192 - name: Post failure notifications to Slack 193 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0193 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 194 194 with: 195 195 payload: ${{ needs.prepare.outputs.payload }} … … 207 207 steps: 208 208 - name: Post success notifications to Slack 209 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0209 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 210 210 with: 211 211 payload: ${{ needs.prepare.outputs.payload }} … … 223 223 steps: 224 224 - name: Post cancelled notifications to Slack 225 uses: slackapi/slack-github-action@ 16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0225 uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0 226 226 with: 227 227 payload: ${{ needs.prepare.outputs.payload }} -
trunk/.github/workflows/test-coverage.yml
r53554 r53581 72 72 73 73 - name: Checkout repository 74 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.074 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 75 75 76 76 - name: Log debug information … … 88 88 89 89 - name: Install NodeJS 90 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.090 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 91 91 with: 92 92 node-version-file: '.nvmrc' … … 107 107 108 108 - name: Cache Composer dependencies 109 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0. 1109 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.4 110 110 env: 111 111 cache-name: cache-composer-dependencies … … 161 161 - name: Upload single site report to Codecov 162 162 if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }} 163 uses: codecov/codecov-action@ e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v3.0.0163 uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0 164 164 with: 165 165 file: wp-code-coverage-single-clover-${{ github.sha }}.xml … … 176 176 - name: Upload multisite report to Codecov 177 177 if: ${{ matrix.multisite && github.event_name != 'pull_request' }} 178 uses: codecov/codecov-action@ f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0178 uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0 179 179 with: 180 180 file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml -
trunk/.github/workflows/test-npm.yml
r53112 r53581 60 60 steps: 61 61 - name: Checkout repository 62 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.062 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 63 63 64 64 - name: Log debug information … … 71 71 72 72 - name: Install NodeJS 73 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.073 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 74 74 with: 75 75 node-version-file: '.nvmrc' … … 119 119 steps: 120 120 - name: Checkout repository 121 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0121 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 122 122 123 123 - name: Log debug information … … 130 130 131 131 - name: Install NodeJS 132 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0132 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 133 133 with: 134 134 node-version-file: '.nvmrc' -
trunk/.github/workflows/test-old-branches.yml
r53345 r53581 68 68 steps: 69 69 - name: Dispatch workflow run 70 uses: actions/github-script@ 9ac08808f993958e9de277fe43a64532a609130e # v6.0.070 uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0 71 71 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }} 72 72 with:
Note: See TracChangeset
for help on using the changeset viewer.