From 35481e7eb1d957d459e7d9b52c99457f9b09d713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:42:22 +0000 Subject: [PATCH] chore(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) - [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/govulncheck-cron-schedule.yaml | 2 +- .github/workflows/maintainer-pr-notify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/govulncheck-cron-schedule.yaml b/.github/workflows/govulncheck-cron-schedule.yaml index b2fcc6cf66..9962e12bb9 100644 --- a/.github/workflows/govulncheck-cron-schedule.yaml +++ b/.github/workflows/govulncheck-cron-schedule.yaml @@ -42,7 +42,7 @@ jobs: - name: notify slack # this uses our own 'Github notifications' app in slack - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v3.0.5 if: ${{ failure() }} # only run this steps if one of the previous steps has failed with: webhook: ${{ secrets.SLACK_WEBHOOK_URL_NUTS_CORE_TEAM }} # webhook is linked to a specific slack channel diff --git a/.github/workflows/maintainer-pr-notify.yml b/.github/workflows/maintainer-pr-notify.yml index 6fc46252e1..7971e9ab45 100644 --- a/.github/workflows/maintainer-pr-notify.yml +++ b/.github/workflows/maintainer-pr-notify.yml @@ -20,7 +20,7 @@ jobs: contains(fromJSON('["woutslakhorst","reinkrul","gerardsn","stevenvegt"]'), github.event.pull_request.user.login) steps: - name: Send Slack message - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL_NUTS_CORE_TEAM }} # webhook is linked to a specific slack channel webhook-type: incoming-webhook