From 98306a952bf01fd58337ccc5b7309cce1d9b3219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:23:15 +0000 Subject: [PATCH] chore(ci): bump slackapi/slack-github-action from 3.0.3 to 4.0.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.3...v4.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter.yaml | 4 ++-- .github/workflows/gitleaks.yaml | 2 +- .github/workflows/trufflehog.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flutter.yaml b/.github/workflows/flutter.yaml index 130d189e..c522e481 100644 --- a/.github/workflows/flutter.yaml +++ b/.github/workflows/flutter.yaml @@ -132,7 +132,7 @@ jobs: - name: Notify Slack on failure if: failure() && env.SLACK_NOTIFY_URL != '' - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 env: COMMIT_MSG: ${{ github.event.head_commit.message }} REF: ${{ github.ref }} @@ -170,7 +170,7 @@ jobs: - name: Notify Slack on failure if: failure() && env.SLACK_NOTIFY_URL != '' - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 env: COMMIT_MSG: ${{ github.event.head_commit.message }} REF: ${{ github.ref }} diff --git a/.github/workflows/gitleaks.yaml b/.github/workflows/gitleaks.yaml index efe06dff..41efe11d 100644 --- a/.github/workflows/gitleaks.yaml +++ b/.github/workflows/gitleaks.yaml @@ -47,7 +47,7 @@ jobs: - name: Notify Slack on failure if: failure() - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 env: REF_NAME: ${{ github.ref_name }} MATCHED_FILES: ${{ steps.parse-report.outputs.matched_files }} diff --git a/.github/workflows/trufflehog.yaml b/.github/workflows/trufflehog.yaml index aacac075..f7bc7935 100644 --- a/.github/workflows/trufflehog.yaml +++ b/.github/workflows/trufflehog.yaml @@ -34,7 +34,7 @@ jobs: timeout-minutes: 2 steps: - name: Notify Slack on failure - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 env: REF_NAME: ${{ github.head_ref || github.ref_name }} COMMIT_MSG: ${{ github.event.head_commit.message }}