5353 steps :
5454 - name : Determine the status of the previous attempt
5555 id : previous-attempt-result
56- uses : actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
56+ uses : actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
5757 with :
5858 retries : 2
5959 retry-exempt-status-codes : 418
@@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Get the commit message
120120 id : current-commit-message
121- uses : actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # v6.3.1
121+ uses : actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # v6.3.2
122122 if : ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
123123 with :
124124 retries : 2
@@ -154,7 +154,7 @@ jobs:
154154
155155 steps :
156156 - name : Post failure notifications to Slack
157- uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
157+ uses : slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23 .0
158158 with :
159159 payload : ${{ needs.prepare.outputs.payload }}
160160 env :
@@ -170,7 +170,7 @@ jobs:
170170
171171 steps :
172172 - name : Post failure notifications to Slack
173- uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
173+ uses : slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23 .0
174174 with :
175175 payload : ${{ needs.prepare.outputs.payload }}
176176 env :
@@ -186,7 +186,7 @@ jobs:
186186
187187 steps :
188188 - name : Post success notifications to Slack
189- uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
189+ uses : slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23 .0
190190 with :
191191 payload : ${{ needs.prepare.outputs.payload }}
192192 env :
@@ -202,7 +202,7 @@ jobs:
202202
203203 steps :
204204 - name : Post cancelled notifications to Slack
205- uses : slackapi/slack-github-action@936158bbe252e9a6062e793ea4609642c966e302 # v1.21 .0
205+ uses : slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23 .0
206206 with :
207207 payload : ${{ needs.prepare.outputs.payload }}
208208 env :
0 commit comments