From 6b614d26576a4332865b4df351f0a376c54d0363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:11:46 +0000 Subject: [PATCH] ci(deps): bump slackapi/slack-github-action in the maintenance group Bumps the maintenance group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `slackapi/slack-github-action` from 3.0.2 to 3.0.3 - [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.2...v3.0.3) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maintenance ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-slack-notification.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-slack-notification.yml b/.github/workflows/dependabot-slack-notification.yml index 0b691bf..7f8c9d3 100644 --- a/.github/workflows/dependabot-slack-notification.yml +++ b/.github/workflows/dependabot-slack-notification.yml @@ -32,7 +32,7 @@ jobs: - name: Post PR summary message to slack if: github.event.action == 'opened' id: message - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: method: chat.postMessage token: ${{ secrets.VAKGROEP_DEPENDABOT_SLACK_BOT_TOKEN }} @@ -54,7 +54,7 @@ jobs: - name: Post a detailed message in a thread if: github.event.action == 'opened' - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: method: chat.postMessage token: ${{ secrets.VAKGROEP_DEPENDABOT_SLACK_BOT_TOKEN }} @@ -137,7 +137,7 @@ jobs: - name: Post update message to thread if: github.event.action == 'synchronize' && steps.slack-message-timestamp-cache.outputs.cache-hit == 'true' - uses: slackapi/slack-github-action@v3.0.2 + uses: slackapi/slack-github-action@v3.0.3 with: method: chat.postMessage token: ${{ secrets.VAKGROEP_DEPENDABOT_SLACK_BOT_TOKEN }}