diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index 0e19f87e21e4..3e1300cbf7bd 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -110,7 +110,7 @@ jobs: if: env.GH_RUNNER_IMAGE_TAG == 'latest' env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@212e9f7a9ca33368c8dd879d6053972128258985 + uses: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e with: channel_id: ${{ secrets.SLACK_ALERTS_CHANNEL_ID }} status: WARNING @@ -142,7 +142,7 @@ jobs: if: failure() env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@212e9f7a9ca33368c8dd879d6053972128258985 + uses: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e with: channel_id: ${{ secrets.SLACK_ALERTS_CHANNEL_ID }} status: FAILED diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 128693cb9f23..b1ccb5c39ffc 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -207,7 +207,7 @@ jobs: if: env.GH_RUNNER_IMAGE_TAG == 'latest' env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@212e9f7a9ca33368c8dd879d6053972128258985 + uses: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e with: channel_id: ${{ secrets.SLACK_ALERTS_CHANNEL_ID }} status: WARNING diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index eb9d5c166ae3..406991f7acae 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -181,7 +181,7 @@ jobs: if: failure() env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@212e9f7a9ca33368c8dd879d6053972128258985 # v1.5.0 + uses: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e # v1.6.0 with: channel_id: ${{ secrets.SLACK_ALERTS_CHANNEL_ID }} status: FAILED @@ -318,7 +318,7 @@ jobs: if: failure() env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@212e9f7a9ca33368c8dd879d6053972128258985 # v1.5.0 + uses: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e # v1.6.0 with: channel_id: ${{ secrets.SLACK_ALERTS_CHANNEL_ID }} status: FAILED diff --git a/.github/workflows/rasa-install-cron-check.yml b/.github/workflows/rasa-install-cron-check.yml index b7f97948f4df..69b32e72e313 100644 --- a/.github/workflows/rasa-install-cron-check.yml +++ b/.github/workflows/rasa-install-cron-check.yml @@ -41,7 +41,7 @@ jobs: if: failure() env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: voxmedia/github-action-slack-notify-build@212e9f7a9ca33368c8dd879d6053972128258985 + uses: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e with: channel_id: ${{ secrets.SLACK_ALERTS_CHANNEL_ID }} status: FAILED