From 974e57408022d9f9e96f565c7fa27ff8c409c7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:41:43 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.26.0 to 1.27.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 2 +- .github/workflows/staging_e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 9d0e7fcc1..e154ac7cc 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -64,7 +64,7 @@ jobs: - name: Send Slack alert notification id: slack if: ${{ failure() }} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} diff --git a/.github/workflows/staging_e2e.yaml b/.github/workflows/staging_e2e.yaml index 5455403f1..657042b2b 100644 --- a/.github/workflows/staging_e2e.yaml +++ b/.github/workflows/staging_e2e.yaml @@ -76,7 +76,7 @@ jobs: - name: Send Slack alert notification id: slack if: ${{ failure() }} - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v1.27.0 env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}