5353 steps :
5454 - name : Determine the status of the previous attempt
5555 id : previous-attempt-result
56- uses : actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
56+ uses : actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
5757 with :
5858 script : |
5959 const workflow_run = await github.rest.actions.getWorkflowRun({
@@ -116,7 +116,7 @@ jobs:
116116
117117 - name : Get the commit message
118118 id : current-commit-message
119- uses : actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # v6.1.0
119+ uses : actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # v6.1.1
120120 if : ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
121121 with :
122122 script : |
@@ -150,7 +150,7 @@ jobs:
150150
151151 steps :
152152 - name : Post failure notifications to Slack
153- uses : slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19 .0
153+ uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
154154 with :
155155 payload : ${{ needs.prepare.outputs.payload }}
156156 env :
@@ -166,7 +166,7 @@ jobs:
166166
167167 steps :
168168 - name : Post failure notifications to Slack
169- uses : slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19 .0
169+ uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
170170 with :
171171 payload : ${{ needs.prepare.outputs.payload }}
172172 env :
@@ -182,7 +182,7 @@ jobs:
182182
183183 steps :
184184 - name : Post success notifications to Slack
185- uses : slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19 .0
185+ uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
186186 with :
187187 payload : ${{ needs.prepare.outputs.payload }}
188188 env :
@@ -198,7 +198,7 @@ jobs:
198198
199199 steps :
200200 - name : Post cancelled notifications to Slack
201- uses : slackapi/slack-github-action@34c3fd73326693ef04728f8611669d918a2d781d # v1.19 .0
201+ uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
202202 with :
203203 payload : ${{ needs.prepare.outputs.payload }}
204204 env :
0 commit comments