From 39e1c19bdd1da738aeaa2c87c3a7e03d7441f6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:19:41 +0000 Subject: [PATCH] Bump slackapi/slack-github-action from 2.1.0 to 2.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/app-manager-release-notes.yml | 2 +- .github/workflows/embedded-cluster-release-notes.yml | 2 +- .github/workflows/kubernetes-installer-release-notes.yml | 2 +- .github/workflows/replicated-sdk-release-notes.yml | 2 +- .github/workflows/vendor-portal-release-notes.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/app-manager-release-notes.yml b/.github/workflows/app-manager-release-notes.yml index 0fc3937036..23a71efde7 100644 --- a/.github/workflows/app-manager-release-notes.yml +++ b/.github/workflows/app-manager-release-notes.yml @@ -55,7 +55,7 @@ jobs: echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" - name: Slack Notification - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.KOTS_RELEASE_NOTES_SLACK_WEBHOOK }} webhook-type: webhook-trigger diff --git a/.github/workflows/embedded-cluster-release-notes.yml b/.github/workflows/embedded-cluster-release-notes.yml index d6e9873c81..6113094357 100644 --- a/.github/workflows/embedded-cluster-release-notes.yml +++ b/.github/workflows/embedded-cluster-release-notes.yml @@ -86,7 +86,7 @@ jobs: echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" - name: Slack Notification - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }} webhook-type: webhook-trigger diff --git a/.github/workflows/kubernetes-installer-release-notes.yml b/.github/workflows/kubernetes-installer-release-notes.yml index 44fa69036d..dd385cc461 100644 --- a/.github/workflows/kubernetes-installer-release-notes.yml +++ b/.github/workflows/kubernetes-installer-release-notes.yml @@ -55,7 +55,7 @@ jobs: echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" - name: Slack Notification - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.KURL_RELEASE_NOTES_SLACK_WEBHOOK }} webhook-type: webhook-trigger diff --git a/.github/workflows/replicated-sdk-release-notes.yml b/.github/workflows/replicated-sdk-release-notes.yml index 1176597b37..82d8203c2f 100644 --- a/.github/workflows/replicated-sdk-release-notes.yml +++ b/.github/workflows/replicated-sdk-release-notes.yml @@ -59,7 +59,7 @@ jobs: echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" - name: Slack Notification - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.REPLICATED_SDK_RELEASE_NOTES_SLACK_WEBHOOK }} webhook-type: webhook-trigger diff --git a/.github/workflows/vendor-portal-release-notes.yml b/.github/workflows/vendor-portal-release-notes.yml index 1c5a0b8e9f..83fcdfc211 100644 --- a/.github/workflows/vendor-portal-release-notes.yml +++ b/.github/workflows/vendor-portal-release-notes.yml @@ -62,7 +62,7 @@ jobs: echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" - name: Slack Notification - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.VENDOR_PORTAL_RELEASE_NOTES_SLACK_WEBHOOK }} webhook-type: webhook-trigger