Commit 260c2e4 1 parent 5ab5a54 commit 260c2e4 Copy full SHA for 260c2e4
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
steps :
81
81
- name : Send Slack announcement of release
82
82
if : matrix.package.name == '@neo4j/graphql'
83
- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
83
+ uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
84
84
with :
85
85
payload : ' {"version":"${{ matrix.package.version }}"}'
86
86
env :
Original file line number Diff line number Diff line change 59
59
id : check
60
60
- name : Send Slack announcement of pipeline failure
61
61
if : steps.check.outputs.status == 'failure' && github.event_name == 'schedule'
62
- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
62
+ uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
63
63
with :
64
64
payload : ' {"url":"https://github.com/neo4j/graphql/actions/runs/${{ github.run_id }}"}'
65
65
env :
You can’t perform that action at this time.
0 commit comments