From f22040afad0f421f4babc2699a95e45ad697d8f9 Mon Sep 17 00:00:00 2001 From: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:38:08 +0200 Subject: [PATCH] Bump slackapi/slack-github-action from v3.0.1 to v3.0.2 in /.github/workflows --- .github/workflows/check_domains.yml | 2 +- .github/workflows/links.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_domains.yml b/.github/workflows/check_domains.yml index 832f0b85f09..0cf1f9779b2 100644 --- a/.github/workflows/check_domains.yml +++ b/.github/workflows/check_domains.yml @@ -112,7 +112,7 @@ jobs: steps: - name: Check for failure and notify if: needs.Test.result == 'failure' && github.repository == 'ultralytics/docs' && (github.event_name == 'schedule' || github.event_name == 'push') && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL_WEBSITE }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index d49728b54cd..5cebd27f28b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -230,7 +230,7 @@ jobs: - name: Notify Slack for broken links if: always() && steps.lychee.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook-type: incoming-webhook webhook: ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }} @@ -239,7 +239,7 @@ jobs: - name: Notify Slack for spelling errors if: always() && steps.codespell.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook-type: incoming-webhook webhook: ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }} @@ -248,7 +248,7 @@ jobs: - name: Notify Slack for large images if: always() && steps.image_sizes.outcome == 'failure' && github.event_name == 'schedule' && github.run_attempt == '1' - uses: slackapi/slack-github-action@v3.0.1 + uses: slackapi/slack-github-action@v3.0.2 with: webhook-type: incoming-webhook webhook: ${{ matrix.website == 'www.ultralytics.com' && secrets.SLACK_WEBHOOK_URL_WEBSITE || secrets.SLACK_WEBHOOK_URL_YOLO }}