Make WordPress Core


Ignore:
Timestamp:
10/10/2024 05:08:15 PM (4 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update 3rd-party GitHub Actions.

This applies several updates to the following 3rd-party GitHub Actions:

  • actions/setup-node
  • actions/cache
  • actions/upload-artifact
  • slackapi/slack-github-action
  • codecov/codecov-action.

See #61564.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-test-core-build-process.yml

    r58789 r59208  
    6464
    6565      - name: Set up Node.js
    66         uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
     66        uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
    6767        with:
    6868          node-version-file: '.nvmrc'
     
    102102
    103103      - name: Upload ZIP as a GitHub Actions artifact
    104         uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
     104        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
    105105        if: ${{ inputs.save-build || inputs.prepare-playground }}
    106106        with:
     
    118118      # leave a comment detailing how to test the PR within WordPress Playground.
    119119      - name: Upload PR number as artifact
    120         uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
     120        uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
    121121        if: ${{ inputs.prepare-playground && github.repository == 'WordPress/wordpress-develop' && github.event_name == 'pull_request' }}
    122122        with:
Note: See TracChangeset for help on using the changeset viewer.