Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ jobs:
permissions: {}
steps:
- name: Send Slack message
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.slack_webhook_url_stream }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Send Slack message
id: slack
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-docs-team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
permissions:
pull-requests: write # Needed by sticky-pull-request-comment
steps:
- uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
- uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL_DOCS }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8
with:
version: '~> v2'
args: release --clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-compatibility-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
permissions: {}
steps:
- name: Send Slack message
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
permissions: {}
steps:
- name: Send Slack message
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-dev-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Send Slack notification for skipped branch
if: steps.merge-check.outputs.skipped == 'true'
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Send Slack notification
if: steps.merge-check.outputs.has-changes == 'true'
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand All @@ -174,7 +174,7 @@ jobs:
permissions: {}
steps:
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down