Skip to content

Commit 1980fa7

Browse files
chore: Bump slackapi/slack-github-action from 2.1.0 to 2.1.1 (#3498)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@b0fa283...91efab1) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eda41e0 commit 1980fa7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Send Slack message
3333
id: slack
34-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
34+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
3535
with:
3636
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
3737
webhook-type: incoming-webhook

.github/workflows/notify-docs-team.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
pull-requests: write # Needed by sticky-pull-request-comment
3131
steps:
32-
- uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
32+
- uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
3333
with:
3434
webhook: ${{ secrets.SLACK_WEBHOOK_URL_DOCS }}
3535
webhook-type: incoming-webhook

.github/workflows/terraform-compatibility-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "slack_payload=${slack_message}" >> "${GITHUB_OUTPUT}"
6565
- name: Send Slack message
6666
id: slack
67-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
67+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
6868
with:
6969
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
7070
webhook-type: incoming-webhook

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: Send Slack message
9696
id: slack
97-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
97+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
9898
with:
9999
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
100100
webhook-type: incoming-webhook

.github/workflows/update-dev-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Send Slack notification
9999
if: steps.merge-check.outputs.has-changes == 'true'
100-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
100+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
101101
with:
102102
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
103103
webhook-type: incoming-webhook
@@ -122,7 +122,7 @@ jobs:
122122
permissions: {}
123123
steps:
124124
- name: Send Slack notification on failure
125-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
125+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
126126
with:
127127
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
128128
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)