Make WordPress Core


Ignore:
Timestamp:
11/16/2021 04:08:03 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update all 3rd party GitHub actions to the latest versions.

See #53363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r52179 r52183  
    6363    steps:
    6464      - name: Checkout repository
    65         uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
     65        uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
    6666
    6767      - name: Set up PHP
    68         uses: shivammathur/setup-php@afefcaf556d98dc7896cca380e181decb609ca44 # v2.10.0
     68        uses: shivammathur/setup-php@ac7d3d7f84d81a029c20ab72d60264bdb7535831 # v2.15.0
    6969        with:
    7070          php-version: '7.4'
     
    8484
    8585      - name: Cache PHPCS scan cache
    86         uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4
     86        uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6
    8787        with:
    8888          path: .cache/phpcs.json
     
    9090
    9191      - name: Install Composer dependencies
    92         uses: ramsey/composer-install@92a7904348d4ad30236f3611e33b7f0c6f9edd70 # v1.1.0
     92        uses: ramsey/composer-install@a7320a0581dcd0432930c48a0e7ced67e6ec17e8 # v1.3.0
    9393        with:
    9494          composer-options: "--no-progress --no-ansi --no-interaction"
     
    130130    steps:
    131131      - name: Checkout repository
    132         uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
     132        uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
    133133
    134134      - name: Log debug information
     
    140140
    141141      - name: Install NodeJS
    142         uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f # v2.2.2
     142        uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
    143143        with:
    144144          node-version: 14
Note: See TracChangeset for help on using the changeset viewer.