Skip to content

Commit 656c95b

Browse files
Bump slackapi/slack-github-action from 2.1.1 to 3.0.1
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c62d1c commit 656c95b

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)