Skip to content

Commit 2eb0eed

Browse files
MESH-2092 Bump slackapi/slack-github-action from 3.0.3 to 3.0.4 in the patch-and-minor group (#333)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc3407c commit 2eb0eed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Notify Slack of manual review required
7070
if: github.event.action == 'opened' && steps.metadata.outputs.update-type != 'version-update:semver-patch' && steps.metadata.outputs.update-type != 'version-update:semver-minor'
71-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
71+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
7272
with:
7373
webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}
7474
webhook-type: incoming-webhook

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
if: ${{ always() && github.repository == 'NHSDigital/mesh-sandbox' && github.actor== 'dependabot[bot]' && contains(needs.*.result, 'failure') }}
322322
steps:
323323
- name: Slack Notification
324-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
324+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
325325
with:
326326
webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}
327327
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)