From 1dcf39c14eb7e238557c3461cd51451617a09750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:05:23 +0000 Subject: [PATCH] chore: [DevOps] bump slackapi/slack-github-action Bumps the github-actions group with 1 update: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 2 +- .github/workflows/deploy-snapshot.yaml | 2 +- .github/workflows/e2e-test.yaml | 2 +- .github/workflows/fosstars-report.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 0a66fdef0..48d89ac62 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -72,7 +72,7 @@ jobs: - name: "Slack Notification" if: ${{ github.ref == 'refs/heads/main' && failure() }} - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/deploy-snapshot.yaml b/.github/workflows/deploy-snapshot.yaml index 461f8c90d..94d5f22ca 100644 --- a/.github/workflows/deploy-snapshot.yaml +++ b/.github/workflows/deploy-snapshot.yaml @@ -40,7 +40,7 @@ jobs: - name: "Slack Notification" if: failure() - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 20bdb0645..5b439fe4b 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -85,7 +85,7 @@ jobs: - name: "Slack Notification" if: failure() - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index 337352fee..2b36818e4 100644 --- a/.github/workflows/fosstars-report.yml +++ b/.github/workflows/fosstars-report.yml @@ -76,7 +76,7 @@ jobs: - name: "Slack Notification" if: failure() - uses: slackapi/slack-github-action@v2.1.0 + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook