From 572d82ed4f90452adc2fa8fe0bceb538b26c3658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:45:10 +0000 Subject: [PATCH] build(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.1 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/v2.1.1...v3.0.1) --- 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] --- .github/workflows/add-GHrequest-to-team-board.yml | 2 +- .github/workflows/add-quarterly-GH-audit.yml | 2 +- .github/workflows/add-quarterly-repo-checks.yml | 2 +- .github/workflows/add-quarterly-slack-invite.yml | 2 +- .github/workflows/add-weekly-gh-requests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/add-GHrequest-to-team-board.yml b/.github/workflows/add-GHrequest-to-team-board.yml index 9559079..231f58f 100644 --- a/.github/workflows/add-GHrequest-to-team-board.yml +++ b/.github/workflows/add-GHrequest-to-team-board.yml @@ -42,7 +42,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action diff --git a/.github/workflows/add-quarterly-GH-audit.yml b/.github/workflows/add-quarterly-GH-audit.yml index 2eb49ce..29e67e4 100644 --- a/.github/workflows/add-quarterly-GH-audit.yml +++ b/.github/workflows/add-quarterly-GH-audit.yml @@ -27,7 +27,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action diff --git a/.github/workflows/add-quarterly-repo-checks.yml b/.github/workflows/add-quarterly-repo-checks.yml index af4e136..8d69b2b 100644 --- a/.github/workflows/add-quarterly-repo-checks.yml +++ b/.github/workflows/add-quarterly-repo-checks.yml @@ -27,7 +27,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action diff --git a/.github/workflows/add-quarterly-slack-invite.yml b/.github/workflows/add-quarterly-slack-invite.yml index cd5cfcc..5c9e42c 100644 --- a/.github/workflows/add-quarterly-slack-invite.yml +++ b/.github/workflows/add-quarterly-slack-invite.yml @@ -27,7 +27,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action diff --git a/.github/workflows/add-weekly-gh-requests.yml b/.github/workflows/add-weekly-gh-requests.yml index 3abcaba..bf3b9bf 100644 --- a/.github/workflows/add-weekly-gh-requests.yml +++ b/.github/workflows/add-weekly-gh-requests.yml @@ -28,7 +28,7 @@ jobs: - name: Send custom JSON data to Slack workflow id: slack - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@v3.0.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action