From 1a1b06c923752018fb2a1028f516fae1466ecd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:14:14 +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 3.0.3 to 4.0.0 - [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/v3.0.3...v4.0.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 +- .github/workflows/spec-update.yaml | 2 +- .github/workflows/weekly-spec-update.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 0052bde2f..1ba5db2f3 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -84,7 +84,7 @@ jobs: - name: "Slack Notification" if: ${{ github.ref == 'refs/heads/main' && failure() }} - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/deploy-snapshot.yaml b/.github/workflows/deploy-snapshot.yaml index bf23d9277..2f85e1aa3 100644 --- a/.github/workflows/deploy-snapshot.yaml +++ b/.github/workflows/deploy-snapshot.yaml @@ -42,7 +42,7 @@ jobs: - name: "Slack Notification" if: failure() - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 6f1fef2c1..3aef8900c 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -104,7 +104,7 @@ jobs: - name: "Slack Notification" if: failure() - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index 79d5130e4..ba373913f 100644 --- a/.github/workflows/fosstars-report.yml +++ b/.github/workflows/fosstars-report.yml @@ -84,7 +84,7 @@ jobs: - name: 'Slack Notification' if: failure() - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/spec-update.yaml b/.github/workflows/spec-update.yaml index 5605edac0..1f06ddb0c 100644 --- a/.github/workflows/spec-update.yaml +++ b/.github/workflows/spec-update.yaml @@ -405,7 +405,7 @@ jobs: - name: 'Slack Notification' if: failure() && github.event.inputs.create-pr == 'true' - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/weekly-spec-update.yaml b/.github/workflows/weekly-spec-update.yaml index 71d39fefa..67081eb00 100644 --- a/.github/workflows/weekly-spec-update.yaml +++ b/.github/workflows/weekly-spec-update.yaml @@ -60,7 +60,7 @@ jobs: - name: 'Slack Notification' if: failure() - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook