Changeset 53112 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 04/08/2022 06:37:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r52233 r53112 67 67 68 68 - name: Set up PHP 69 uses: shivammathur/setup-php@ ac7d3d7f84d81a029c20ab72d60264bdb7535831 # v2.15.069 uses: shivammathur/setup-php@d37cc3048580de06099c81ded417530716a0d7ab # v2.18.0 70 70 with: 71 71 php-version: '7.4' … … 85 85 86 86 - name: Cache PHPCS scan cache 87 uses: actions/cache@ c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.687 uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 # v3.0.1 88 88 with: 89 89 path: .cache/phpcs.json … … 91 91 92 92 - name: Install Composer dependencies 93 uses: ramsey/composer-install@ a7320a0581dcd0432930c48a0e7ced67e6ec17e8 # v1.3.093 uses: ramsey/composer-install@f680dac46551dffb2234a240d65ae806c2999dd6 # v2.1.0 94 94 with: 95 95 composer-options: "--no-progress --no-ansi --no-interaction" … … 142 142 143 143 - name: Install NodeJS 144 uses: actions/setup-node@ 270253e841af726300e85d718a5f606959b2903c # v2.4.1144 uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.0 145 145 with: 146 node-version : 14146 node-version-file: '.nvmrc' 147 147 cache: npm 148 148
Note: See TracChangeset
for help on using the changeset viewer.