From a4c19cd753aaeb190b405335824199f8b4c6032f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:27:29 +0000 Subject: [PATCH] build(deps): bump slackapi/slack-github-action from 2.1.1 to 3.0.2 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.2. - [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/v2.1.1...v3.0.2) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add-6-month-confluence-suspend.yml | 2 +- .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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/add-6-month-confluence-suspend.yml b/.github/workflows/add-6-month-confluence-suspend.yml index 0f8c4b3..ba5b7ee 100644 --- a/.github/workflows/add-6-month-confluence-suspend.yml +++ b/.github/workflows/add-6-month-confluence-suspend.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.2 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-GHrequest-to-team-board.yml b/.github/workflows/add-GHrequest-to-team-board.yml index 231f58f..fa0bd6d 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@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 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 29e67e4..df4b540 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@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 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 8d69b2b..6ffe1e1 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@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 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 5c9e42c..39d8ea9 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@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 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 bf3b9bf..2ab36b8 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@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action