Skip to content

Commit

Permalink
Update slack-github-action to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Aug 29, 2024
1 parent 195dfd0 commit 752da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvd-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Notify Slack
if: ${{ always() && inputs.notify-slack && (steps.scan.outcome == 'failure') }} # Only run if specified and on failure
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
{
Expand Down

0 comments on commit 752da2d

Please sign in to comment.