Make WordPress Core


Ignore:
Timestamp:
08/24/2022 04:30:31 PM (4 years ago)
Author:
desrosj
Message:

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

Updated actions:

  • actions/cache
  • actions/github-script
  • actions/setup-node
  • bubkoo/welcome-action
  • shivammathur/setup-php
  • slackapi/slack-github-action

See #55652.

File:
1 edited

Legend:

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

    r53735 r53940  
    5454      - name: Determine the status of the previous attempt
    5555        id: previous-attempt-result
    56         uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
     56        uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
    5757        with:
    5858          script: |
     
    117117      - name: Get the commit message
    118118        id: current-commit-message
    119         uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
     119        uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
    120120        if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
    121121        with:
     
    151151    steps:
    152152      - name: Post failure notifications to Slack
    153         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     153        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    154154        with:
    155155          payload: ${{ needs.prepare.outputs.payload }}
     
    167167    steps:
    168168      - name: Post failure notifications to Slack
    169         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     169        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    170170        with:
    171171          payload: ${{ needs.prepare.outputs.payload }}
     
    183183    steps:
    184184      - name: Post success notifications to Slack
    185         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     185        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    186186        with:
    187187          payload: ${{ needs.prepare.outputs.payload }}
     
    199199    steps:
    200200      - name: Post cancelled notifications to Slack
    201         uses: slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19.0
     201        uses: slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21.0
    202202        with:
    203203          payload: ${{ needs.prepare.outputs.payload }}
Note: See TracChangeset for help on using the changeset viewer.