Make WordPress Core


Ignore:
Timestamp:
11/11/2025 11:28:13 AM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update third-party GitHub Actions.

This updates the following third-party GitHub Actions:

  • actions/github-script from 7.0.1 to 8.0.0.
  • actions/checkout from 4.2.2 to 5.0.0.
  • actions/setup-node from 4.3.0 to 6.0.0.
  • actions/upload-artifact from 4.6.2 to 5.0.0.
  • actions/cache from 4.2.4 to 4.3.0.
  • actions/download-artifact from 5.0.0 to 6.0.0.
  • shivammathur/setup-php from 2.35.3 to 2.35.5.
  • codecov/codecov-action from 5.4.3 to 5.5.1.

See #63170.

File:
1 edited

Legend:

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

    r60692 r61209  
    5353
    5454      - name: Set up PHP
    55         uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
     55        uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2.35.5
    5656        with:
    5757          php-version: ${{ inputs.php-version }}
     
    6666
    6767      - name: Cache PHPCS scan cache
    68         uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
     68        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
    6969        with:
    7070          path: |
Note: See TracChangeset for help on using the changeset viewer.