Skip to content

Commit b80b3ff

Browse files
dependabot[bot]JoergSiebahn
authored andcommitted
chore(deps): bump slackapi/slack-github-action from 1.27.0 to 2.1.0
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.27.0 to 2.1.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@37ebaef...b0fa283) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf70218 commit b80b3ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cve-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
name: cves
165165
- name: Notify CVEs in Slack
166-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
166+
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
167167
env:
168168
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
169169
with:
@@ -178,7 +178,7 @@ jobs:
178178
steps:
179179
- name: Notify no CVEs in Slack
180180
if: success()
181-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
181+
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
182182
env:
183183
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
184184
with:

0 commit comments

Comments
 (0)