@@ -238,7 +238,7 @@ jobs:
238238 - name : Send commit log to Slack
239239 id : slack
240240 if : steps.changesets.outputs.published == 'true'
241- uses : slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
241+ uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
242242 with :
243243 payload : ${{ steps.notification.outputs.payload }}
244244 env :
@@ -247,7 +247,7 @@ jobs:
247247
248248 - name : Notify Slack on failure
249249 if : ${{ always() && steps.changesets.outcome == 'failure' }}
250- uses : slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
250+ uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
251251 with :
252252 payload : |
253253 {
@@ -347,7 +347,7 @@ jobs:
347347
348348 - name : Notify Slack on failure
349349 if : ${{ always() && steps.publish.outcome == 'failure' }}
350- uses : slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
350+ uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
351351 with :
352352 payload : |
353353 {
@@ -500,7 +500,7 @@ jobs:
500500
501501 - name : Update Comment
502502 if : steps.version-packages.outputs.success == '1'
503- uses : peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0 .0
503+ uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1 .0
504504 with :
505505 comment-id : ${{ github.event.comment.id }}
506506 reactions : heart
@@ -536,7 +536,7 @@ jobs:
536536
537537 - name : Create snapshot release comment
538538 if : steps.version-packages.outputs.success == '1'
539- uses : peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0 .0
539+ uses : peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1 .0
540540 with :
541541 issue-number : ${{ github.event.issue.number }}
542542 body : |
0 commit comments