diff --git a/.github/workflows/slack-notifications.yml b/.github/workflows/slack-notifications.yml index 2d7674b3aabc8..dbab11ed01c8e 100644 --- a/.github/workflows/slack-notifications.yml +++ b/.github/workflows/slack-notifications.yml @@ -161,7 +161,7 @@ jobs: steps: - name: Post failure notifications to Slack - uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 + uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 with: payload: ${{ needs.prepare.outputs.payload }} env: @@ -177,7 +177,7 @@ jobs: steps: - name: Post failure notifications to Slack - uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 + uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 with: payload: ${{ needs.prepare.outputs.payload }} env: @@ -193,7 +193,7 @@ jobs: steps: - name: Post success notifications to Slack - uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 + uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 with: payload: ${{ needs.prepare.outputs.payload }} env: @@ -209,7 +209,7 @@ jobs: steps: - name: Post cancelled notifications to Slack - uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0 + uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0 with: payload: ${{ needs.prepare.outputs.payload }} env: