From 58945692d4c50a5eb32af6e792c2918088deb8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:52:41 +0000 Subject: [PATCH] build(deps): bump slackapi/slack-github-action from 2.1.0 to 2.1.1 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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-weekly-gh-requests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add-GHrequest-to-team-board.yml b/.github/workflows/add-GHrequest-to-team-board.yml index c0e3bea..9559079 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.0 + uses: slackapi/slack-github-action@v2.1.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 bab0c86..2eb49ce 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.0 + uses: slackapi/slack-github-action@v2.1.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 62d14de..af4e136 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.0 + uses: slackapi/slack-github-action@v2.1.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 9aae1bf..3abcaba 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.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook-type: webhook-trigger # This data can be any valid JSON from a previous step in the GitHub Action