From 4c4a65296917f9ceceb7f683e0c4e4fb436f37e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 11:35:40 +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.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/v3.0.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-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 +- .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 9aead6955..3ffb3f6e9 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.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/deploy-snapshot.yaml b/.github/workflows/deploy-snapshot.yaml index af035f3a3..98d742dac 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.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 3e12bd257..f695baf05 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -101,7 +101,7 @@ jobs: - name: "Slack Notification" if: failure() - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/fosstars-report.yml b/.github/workflows/fosstars-report.yml index 848828ab6..df36a2cc9 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.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook diff --git a/.github/workflows/spec-update.yaml b/.github/workflows/spec-update.yaml index 5ef381028..b29d81731 100644 --- a/.github/workflows/spec-update.yaml +++ b/.github/workflows/spec-update.yaml @@ -318,7 +318,7 @@ jobs: - name: 'Slack Notification' if: failure() && github.event.inputs.create-pr == 'true' - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 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 bc8f5d699..0a87439c6 100644 --- a/.github/workflows/weekly-spec-update.yaml +++ b/.github/workflows/weekly-spec-update.yaml @@ -57,7 +57,7 @@ jobs: - name: 'Slack Notification' if: failure() - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook: ${{ secrets.SLACK_WEBHOOK }} webhook-type: incoming-webhook