From dccc4aac57f6effde606fdf57845574649613e0d Mon Sep 17 00:00:00 2001 From: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:42:03 +0200 Subject: [PATCH] Bump slackapi/slack-github-action from v3.0.3 to v3.0.5 in /.github/workflows --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d79b6a1..3349a15 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -176,7 +176,7 @@ jobs: echo "title=$TITLE" >> "$GITHUB_OUTPUT" - name: Notify Success if: needs.publish.result == 'success' && needs.sbom.result == 'success' && github.event_name == 'push' - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v3.0.5 with: webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }} @@ -184,7 +184,7 @@ jobs: text: " *${{ github.workflow }}* ✅ `${{ github.repository }}` ${{ steps.release.outputs.title || needs.check.outputs.current_tag }} · " - name: Notify Failure if: needs.publish.result != 'success' || needs.sbom.result != 'success' - uses: slackapi/slack-github-action@v3.0.3 + uses: slackapi/slack-github-action@v3.0.5 with: webhook-type: incoming-webhook webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}