From cf241ea44e10624838c54d4a59e95fa4554df4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:23:19 +0000 Subject: [PATCH] build(deps): Bump slackapi/slack-github-action from 3.0.3 to 3.0.5 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.3 to 3.0.5. - [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...v3.0.5) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/forward-compatibility.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/forward-compatibility.yaml b/.github/workflows/forward-compatibility.yaml index 8b1161dbfb..a39a5649dc 100644 --- a/.github/workflows/forward-compatibility.yaml +++ b/.github/workflows/forward-compatibility.yaml @@ -103,7 +103,7 @@ jobs: steps: - name: Send Slack alert notification if: ${{ env.SLACK_BOT_TOKEN != '' }} - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v3.0.5 with: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }}