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/slack-notifications.yml

    r58789 r59208  
    168168    steps:
    169169      - name: Post failure notifications to Slack
    170         uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
     170        uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
    171171        with:
    172172          payload: ${{ needs.prepare.outputs.payload }}
     
    184184    steps:
    185185      - name: Post failure notifications to Slack
    186         uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
     186        uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
    187187        with:
    188188          payload: ${{ needs.prepare.outputs.payload }}
     
    200200    steps:
    201201      - name: Post success notifications to Slack
    202         uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
     202        uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
    203203        with:
    204204          payload: ${{ needs.prepare.outputs.payload }}
     
    216216    steps:
    217217      - name: Post cancelled notifications to Slack
    218         uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
     218        uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
    219219        with:
    220220          payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset for help on using the changeset viewer.