File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
steps :
32
32
- name : Send Slack message
33
33
id : slack
34
- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
34
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
35
35
with :
36
36
webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
37
37
webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 29
29
permissions :
30
30
pull-requests : write # Needed by sticky-pull-request-comment
31
31
steps :
32
- - uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
32
+ - uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
33
33
with :
34
34
webhook : ${{ secrets.SLACK_WEBHOOK_URL_DOCS }}
35
35
webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 64
64
echo "slack_payload=${slack_message}" >> "${GITHUB_OUTPUT}"
65
65
- name : Send Slack message
66
66
id : slack
67
- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
67
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
68
68
with :
69
69
webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
70
70
webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 94
94
steps :
95
95
- name : Send Slack message
96
96
id : slack
97
- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
97
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
98
98
with :
99
99
webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
100
100
webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 97
97
98
98
- name : Send Slack notification
99
99
if : steps.merge-check.outputs.has-changes == 'true'
100
- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
100
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
101
101
with :
102
102
webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
103
103
webhook-type : incoming-webhook
@@ -122,7 +122,7 @@ jobs:
122
122
permissions : {}
123
123
steps :
124
124
- name : Send Slack notification on failure
125
- uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
125
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
126
126
with :
127
127
webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
128
128
webhook-type : incoming-webhook
You can’t perform that action at this time.
0 commit comments