chore: bump slackapi/slack-github-action from 1 to 2 #102
BugBot Review
BugBot Analysis Progress (1m 8s elapsed)
✅ Gathered PR context (2s)
✅ Analyzed code changes (1s)
✅ Completed bug detection — 1 potential bug found (1m 3s)
✅ Validation and filtering completed (0s)
✅ Posted analysis results — 1 bug reported (2s)
✅ Analysis completed successfully (0s)
Final Result: BugBot completed review and found 1 potential issue
Request ID: serverGenReqId_7b39240a-f1f7-4ff9-a1b4-2baf64a08a9d
Details
Bug: Slack Action Upgrade Fails Without Webhook Type
Upgrading slackapi/slack-github-action from v1 to v2 introduces a breaking change: v2 requires the webhook-type input to be explicitly specified for incoming webhooks. The current configuration uses SLACK_WEBHOOK_URL but omits this required input, causing the Slack notification step to fail.
.github/workflows/bump-version.yaml#L83-L91
cache-delete/.github/workflows/bump-version.yaml
Lines 83 to 91 in 97311c2
Was this report helpful? Give feedback by reacting with 👍 or 👎