Changeset 54373 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 10/04/2022 01:25:42 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r54371 r54373 86 86 87 87 - name: Cache PHPCS scan cache 88 uses: actions/cache@ fd5de65bc895cf536527842281bea11763fefd77 # v3.0.888 uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3.0.10 89 89 with: 90 90 path: .cache/phpcs.json … … 151 151 152 152 - name: Install NodeJS 153 uses: actions/setup-node@ 2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1153 uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3.5.0 154 154 with: 155 155 node-version-file: '.nvmrc' … … 199 199 steps: 200 200 - name: Dispatch workflow run 201 uses: actions/github-script@ d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0201 uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1 202 202 with: 203 203 retries: 2
Note: See TracChangeset
for help on using the changeset viewer.