summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-03-16 11:30:40 +0000
committerGitHub <noreply@github.com>2026-03-16 11:30:40 +0000
commit16c54e363f8ff00dfc5ecc98db873433491d7f18 (patch)
treee58c1d795bfd107e7d60adab0495cf29dab4261d /.github/workflows
parent54606a0a89bc5e90b5295179e5b776f6a2df8cfa (diff)
downloadtailscale-dependabot/github_actions/slackapi/slack-github-action-3.0.1.tar.xz
tailscale-dependabot/github_actions/slackapi/slack-github-action-3.0.1.zip
.github: Bump slackapi/slack-github-action from 2.1.1 to 3.0.1dependabot/github_actions/slackapi/slack-github-action-3.0.1
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](https://github.com/slackapi/slack-github-action/compare/91efab103c0de0a537f72a35f6b8cda0ee76bf0a...af78098f536edbc4de71162a307590698245be95) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/govulncheck.yml2
-rw-r--r--.github/workflows/installer.yml2
-rw-r--r--.github/workflows/test.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/govulncheck.yml b/.github/workflows/govulncheck.yml
index 2b46aa9b0..41ae0567d 100644
--- a/.github/workflows/govulncheck.yml
+++ b/.github/workflows/govulncheck.yml
@@ -24,7 +24,7 @@ jobs:
- name: Post to slack
if: failure() && github.event_name == 'schedule'
- uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
+ uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
with:
method: chat.postMessage
token: ${{ secrets.GOVULNCHECK_BOT_TOKEN }}
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml
index 6fc8913c4..8e3d7ed16 100644
--- a/.github/workflows/installer.yml
+++ b/.github/workflows/installer.yml
@@ -120,7 +120,7 @@ jobs:
steps:
- name: Notify Slack of failure on scheduled runs
if: failure() && github.event_name == 'schedule'
- uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
+ uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 317052229..07b123a0e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -920,7 +920,7 @@ jobs:
# By having the job always run, but skipping its only step as needed, we
# let the CI output collapse nicely in PRs.
if: failure() && github.event_name == 'push'
- uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
+ uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook