Skip to content

Commit d5f17da

Browse files
chore: Bump the github-actions group with 2 updates (#4403)
Bumps the github-actions group with 2 updates: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `slackapi/slack-github-action` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@af78098...03ea543) Updates `goreleaser/goreleaser-action` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@e24998b...1a80836) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9308474 commit d5f17da

7 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/acceptance-tests-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ jobs:
14781478
permissions: {}
14791479
steps:
14801480
- name: Send Slack message
1481-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
1481+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
14821482
with:
14831483
webhook: ${{ secrets.slack_webhook_url_stream }}
14841484
webhook-type: incoming-webhook

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Send Slack message
4343
id: slack
44-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
44+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
4545
with:
4646
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
4747
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@af78098f536edbc4de71162a307590698245be95
32+
- uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
3333
with:
3434
webhook: ${{ secrets.SLACK_WEBHOOK_URL_DOCS }}
3535
webhook-type: incoming-webhook

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
203203
passphrase: ${{ secrets.PASSPHRASE }}
204204
- name: Run GoReleaser
205-
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c
205+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8
206206
with:
207207
version: '~> v2'
208208
args: release --clean

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
permissions: {}
5959
steps:
6060
- name: Send Slack message
61-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
61+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
6262
with:
6363
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
6464
webhook-type: incoming-webhook

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
permissions: {}
119119
steps:
120120
- name: Send Slack message
121-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
121+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
122122
with:
123123
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
124124
webhook-type: incoming-webhook

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Send Slack notification for skipped branch
113113
if: steps.merge-check.outputs.skipped == 'true'
114-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
114+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
115115
with:
116116
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
117117
webhook-type: incoming-webhook
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Send Slack notification
151151
if: steps.merge-check.outputs.has-changes == 'true'
152-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
152+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
153153
with:
154154
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
155155
webhook-type: incoming-webhook
@@ -174,7 +174,7 @@ jobs:
174174
permissions: {}
175175
steps:
176176
- name: Send Slack notification on failure
177-
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
177+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
178178
with:
179179
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
180180
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)