Merge pull request #903 from NVIDIA/dependabot/github_actions/main/slackapi/slack-github-action-2.0.0
Some checks are pending
CI Pipeline / code-scanning (push) Waiting to run
CI Pipeline / variables (push) Waiting to run
CI Pipeline / golang (push) Waiting to run
CI Pipeline / image (push) Blocked by required conditions
CI Pipeline / e2e-test (push) Blocked by required conditions

Bump slackapi/slack-github-action from 1.27.0 to 2.0.0
This commit is contained in:
Evan Lezar 2025-02-12 17:21:01 +01:00 committed by GitHub
commit 9e85fb54fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ jobs:
- name: Send Slack alert notification - name: Send Slack alert notification
id: slack id: slack
if: ${{ failure() }} if: ${{ failure() }}
uses: slackapi/slack-github-action@v1.27.0 uses: slackapi/slack-github-action@v2.0.0
env: env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} SUMMARY_URL: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}