From c1526857fe48497ea44efa70095a51326f6248cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:47:47 +0200 Subject: [PATCH] build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 (#6032) Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/37ebaef184d7626c5f204ab8d3baff4262dd30f0...e598089eaef53883a2d9b325e044899548518a03) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/bump-agent-versions.yml | 4 ++-- .github/workflows/bump-golang.yml | 2 +- .github/workflows/updatecli-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump-agent-versions.yml b/.github/workflows/bump-agent-versions.yml index 8b7ece28af6..447986c3ca8 100644 --- a/.github/workflows/bump-agent-versions.yml +++ b/.github/workflows/bump-agent-versions.yml @@ -44,7 +44,7 @@ jobs: run: ./.github/workflows/bump-agent-versions.sh - if: ${{ failure() }} - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@e598089eaef53883a2d9b325e044899548518a03 # v2.0.0 with: channel-id: '#ingest-notifications' payload: | @@ -66,7 +66,7 @@ jobs: # if a PR was created as a result of this job, we notify on the Slack channel - if: ${{ startsWith(steps.update.outputs.pr, 'https') }} - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@e598089eaef53883a2d9b325e044899548518a03 # v2.0.0 with: channel-id: '#ingest-notifications' payload: | diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index 4712057456b..de6d3361a63 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -30,7 +30,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ failure() }} - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@e598089eaef53883a2d9b325e044899548518a03 # v2.0.0 with: channel-id: '#ingest-notifications' payload: | diff --git a/.github/workflows/updatecli-compose.yml b/.github/workflows/updatecli-compose.yml index e54bcb2270d..8f878a224f3 100644 --- a/.github/workflows/updatecli-compose.yml +++ b/.github/workflows/updatecli-compose.yml @@ -38,7 +38,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ failure() }} - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@e598089eaef53883a2d9b325e044899548518a03 # v2.0.0 with: channel-id: '#ingest-notifications' payload: |