From d71b747cd1600ce4eefbfc2d449496c89e07aaef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:12:33 -0400 Subject: [PATCH] chore(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1 (#4684) Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/91efab103c0de0a537f72a35f6b8cda0ee76bf0a...af78098f536edbc4de71162a307590698245be95) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- .github/workflows/update-cpe-dictionary-index.yml | 2 +- .github/workflows/update-spdx-license-list.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f532a797..52f42224f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -193,7 +193,7 @@ jobs: artifact-name: sbom.spdx.json - name: Notify Slack of new release - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 continue-on-error: true with: webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} diff --git a/.github/workflows/update-cpe-dictionary-index.yml b/.github/workflows/update-cpe-dictionary-index.yml index 513a5b6f0..ba4e63277 100644 --- a/.github/workflows/update-cpe-dictionary-index.yml +++ b/.github/workflows/update-cpe-dictionary-index.yml @@ -65,7 +65,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Notify Slack on failure - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 with: webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/update-spdx-license-list.yaml b/.github/workflows/update-spdx-license-list.yaml index 51380af97..61961e26e 100644 --- a/.github/workflows/update-spdx-license-list.yaml +++ b/.github/workflows/update-spdx-license-list.yaml @@ -45,7 +45,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Notify Slack on failure - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 with: webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} webhook-type: incoming-webhook