.github: Bump slackapi/slack-github-action from 2.0.0 to 2.1.0 (#15948)

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](485a9d42d3...b0fa283ad8)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-11 23:18:14 -06:00 committed by GitHub
parent 8baa016a23
commit 75a42977c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Post to slack - name: Post to slack
if: failure() && github.event_name == 'schedule' if: failure() && github.event_name == 'schedule'
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
with: with:
method: chat.postMessage method: chat.postMessage
token: ${{ secrets.GOVULNCHECK_BOT_TOKEN }} token: ${{ secrets.GOVULNCHECK_BOT_TOKEN }}

View File

@ -108,7 +108,7 @@ jobs:
steps: steps:
- name: Notify Slack of failure on scheduled runs - name: Notify Slack of failure on scheduled runs
if: failure() && github.event_name == 'schedule' if: failure() && github.event_name == 'schedule'
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
with: with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook webhook-type: incoming-webhook

View File

@ -586,7 +586,7 @@ jobs:
# By having the job always run, but skipping its only step as needed, we # By having the job always run, but skipping its only step as needed, we
# let the CI output collapse nicely in PRs. # let the CI output collapse nicely in PRs.
if: failure() && github.event_name == 'push' if: failure() && github.event_name == 'push'
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
with: with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook webhook-type: incoming-webhook