From ed016126463e2ff0880de70518576edd8a222306 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:18:34 +0000 Subject: [PATCH] chore: update slackapi/slack-github-action digest to bd0cdb7 See associated pull request for more information. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416bc6bbce59..1de5e2180418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: run: yarn --cwd aio deploy-production - name: Notify about failed deployment if: ${{ failure() }} - uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v=v1.24.0 + uses: slackapi/slack-github-action@bd0cdb73fca367ab550615aebc60daa532c67f90 # v=v1.24.0 with: channel-id: 'C07DT5M6V,CKV1F72BG' slack-message: 'Deploy to aio job failed for ${{ github.base_ref }} branch failed on build ${{ github.event.after }}: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'