From 85e3291d8f4c8df12c243d4b0fccbd44761e34b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:02:36 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 3.0.1 to 3.0.3 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v3.0.1...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 ... 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 e8b0cf214..65c4e9ec2 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.1 + uses: slackapi/slack-github-action@v3.0.3 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 dd7c795aa..6fc46252e 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@af78098f536edbc4de71162a307590698245be95 # v3.0.1 + uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL_NUTS_CORE_TEAM }} # webhook is linked to a specific slack channel webhook-type: incoming-webhook