We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ce79c commit 5cd90a1Copy full SHA for 5cd90a1
1 file changed
.github/workflows/pull-request.yml
@@ -322,7 +322,7 @@ jobs:
322
if: ${{ always() && github.repository == 'NHSDigital/mesh-sandbox' && github.actor == 'dependabot[bot]' && contains(needs.*.result, 'failure') }}
323
steps:
324
- name: Slack Notification
325
- uses: slackapi/slack-github-action@v2.1.1
+ uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
326
with:
327
webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}
328
webhook-type: incoming-webhook
0 commit comments