From 002a9f3dd4aa88d5b1ad28f45d2a66cc4856c799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:04:49 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 1.25.0 to 2.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.25.0 to 2.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v1.25.0...v2.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index a4e07268..74f39e9a 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -274,7 +274,7 @@ jobs: id: slack_notify if: ${{ env.SKIP_TESTS != 'true' && steps.publish_md_report.outcome == 'success' }} continue-on-error: true # if this fails, we still need to run clean-up steps - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v2.0.0 with: channel-id: ${{ secrets.CI_SLACK_CHANNEL_ID }} payload-file-path: "./gen3-integration-tests/slack_report.json"