We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf70218 commit b80b3ffCopy full SHA for b80b3ff
.github/workflows/cve-check.yml
@@ -163,7 +163,7 @@ jobs:
163
with:
164
name: cves
165
- name: Notify CVEs in Slack
166
- uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
+ uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
167
env:
168
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
169
@@ -178,7 +178,7 @@ jobs:
178
steps:
179
- name: Notify no CVEs in Slack
180
if: success()
181
182
183
184
0 commit comments