File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 id : check
6060 - name : Send Slack announcement of pipeline failure
6161 if : steps.check.outputs.status == 'failure' && github.event_name == 'schedule'
62- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1 .1
62+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0 .1
6363 with :
6464 payload : |
6565 url: "https://github.com/neo4j/graphql/actions/runs/${{ github.run_id }}"
Original file line number Diff line number Diff line change 7878 steps :
7979 - name : Send Slack announcement of release
8080 if : matrix.package.name == '@neo4j/graphql'
81- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1 .1
81+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0 .1
8282 with :
8383 payload : |
8484 version: ${{ matrix.package.version }}
You can’t perform that action at this time.
0 commit comments