Skip to content

Commit a144b0a

Browse files
authored
Merge pull request #1205 from NHSDigital/dependabot/github_actions/slackapi/slack-github-action-3.0.1
Bump slackapi/slack-github-action from 2.1.1 to 3.0.1
2 parents 1ee3586 + 656c95b commit a144b0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd-2-main-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
echo "EOF" >> $GITHUB_OUTPUT
132132
133133
- name: Notify Slack
134-
uses: slackapi/slack-github-action@v2.1.1
134+
uses: slackapi/slack-github-action@v3.0.1
135135
with:
136136
webhook: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS_URL }}
137137
webhook-type: incoming-webhook

.github/workflows/scan-repository.yaml

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

2121
- name: Notify slack
2222
if: ${{ failure() }}
23-
uses: slackapi/slack-github-action@v2.1.1
23+
uses: slackapi/slack-github-action@v3.0.1
2424
with:
2525
webhook: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS_URL }}
2626
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)