Make WordPress Core


Ignore:
Timestamp:
06/27/2022 06:57:00 PM (2 years ago)
Author:
desrosj
Message:

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

This updates the following GitHub Actions to the latest versions:

  • actions/checkout
  • actions/cache
  • actions/github-script
  • actions/setup-node
  • codecov/codecov-action
  • shivammathur/setup-php
  • slackapi/slack-github-action

See #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/slack-notifications.yml

    r53534 r53581  
    7171        id: previous-attempt-result
    7272        if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
    73         uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e # v6.0.0
     73        uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
    7474        with:
    7575          script: |
     
    141141      - name: Get the commit message
    142142        id: current-commit-message
    143         uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e # v6.0.0
     143        uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
    144144        if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
    145145        with:
     
    175175    steps:
    176176      - name: Post failure notifications to Slack
    177         uses: slackapi/slack-github-action@16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0
     177        uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
    178178        with:
    179179          payload: ${{ needs.prepare.outputs.payload }}
     
    191191    steps:
    192192      - name: Post failure notifications to Slack
    193         uses: slackapi/slack-github-action@16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0
     193        uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
    194194        with:
    195195          payload: ${{ needs.prepare.outputs.payload }}
     
    207207    steps:
    208208      - name: Post success notifications to Slack
    209         uses: slackapi/slack-github-action@16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0
     209        uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
    210210        with:
    211211          payload: ${{ needs.prepare.outputs.payload }}
     
    223223    steps:
    224224      - name: Post cancelled notifications to Slack
    225         uses: slackapi/slack-github-action@16b6c78ee73689a627b65332b34e5d409c7299da # v1.18.0
     225        uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
    226226        with:
    227227          payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset for help on using the changeset viewer.