diff --git a/.github/workflows/awsnuke.yml b/.github/workflows/awsnuke.yml index 09a6dcdb456..e4d2d85ad62 100644 --- a/.github/workflows/awsnuke.yml +++ b/.github/workflows/awsnuke.yml @@ -226,7 +226,7 @@ jobs: --force \ --no-dry-run - name: Slack failure notification - uses: slackapi/slack-github-action@53b162f7f5bedbf55515caebaee839322b18fb28 # v1.26.0 + uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 with: payload: | { "blocks": [ { "type": "section", "text": { "type": "mrkdwn", "text": ":no_entry: *Failed GitHub Action* :no_entry:\n*Workflow:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.workflow }}>\n*Job:* ${{ github.job }}\n*Repo:* ${{ github.repository }}\n*Failed Environment:* ${{ env.ACCOUNT_NAME }}" } } ] }