File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ runs:
143
143
144
144
- name : Notify in Slack about Approving/Denying to continue workflow
145
145
if : github.ref_name == 'main' && steps.plan.outputs.changes == 'true' && inputs.enable_slack_notification_for_approval == 'true' && github.event_name != 'pull_request'
146
- uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27 .1
146
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1 .1
147
147
with :
148
148
payload : |
149
149
{
@@ -194,7 +194,7 @@ runs:
194
194
195
195
- name : Notify on Success
196
196
if : always() && success()
197
- uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27 .1
197
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1 .1
198
198
with :
199
199
payload : |
200
200
{
@@ -215,7 +215,7 @@ runs:
215
215
216
216
- name : Notify on Failure
217
217
if : always() && failure()
218
- uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27 .1
218
+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1 .1
219
219
with :
220
220
payload : |
221
221
{
You can’t perform that action at this time.
0 commit comments