File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1478,7 +1478,7 @@ jobs:
14781478 permissions : {}
14791479 steps :
14801480 - name : Send Slack message
1481- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
1481+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
14821482 with :
14831483 webhook : ${{ secrets.slack_webhook_url_stream }}
14841484 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 4141 steps :
4242 - name : Send Slack message
4343 id : slack
44- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
44+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
4545 with :
4646 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
4747 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 2929 permissions :
3030 pull-requests : write # Needed by sticky-pull-request-comment
3131 steps :
32- - uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
32+ - uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
3333 with :
3434 webhook : ${{ secrets.SLACK_WEBHOOK_URL_DOCS }}
3535 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202202 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
203203 passphrase : ${{ secrets.PASSPHRASE }}
204204 - name : Run GoReleaser
205- uses : goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c
205+ uses : goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8
206206 with :
207207 version : ' ~> v2'
208208 args : release --clean
Original file line number Diff line number Diff line change 5858 permissions : {}
5959 steps :
6060 - name : Send Slack message
61- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
61+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
6262 with :
6363 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
6464 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 permissions : {}
119119 steps :
120120 - name : Send Slack message
121- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
121+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
122122 with :
123123 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
124124 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Send Slack notification for skipped branch
113113 if : steps.merge-check.outputs.skipped == 'true'
114- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
114+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
115115 with :
116116 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
117117 webhook-type : incoming-webhook
@@ -149,7 +149,7 @@ jobs:
149149
150150 - name : Send Slack notification
151151 if : steps.merge-check.outputs.has-changes == 'true'
152- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
152+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
153153 with :
154154 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
155155 webhook-type : incoming-webhook
@@ -174,7 +174,7 @@ jobs:
174174 permissions : {}
175175 steps :
176176 - name : Send Slack notification on failure
177- uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
177+ uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
178178 with :
179179 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
180180 webhook-type : incoming-webhook
You can’t perform that action at this time.
0 commit comments