Skip to content

Commit

Permalink
(BSR) chore(ci): Bump slackapi/slack-github-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 1.27.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.24.0...v1.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 92e75c3 commit 10a253a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Post to a Slack channel
id: slack
if: ${{ steps.sentry_and_deploy.outputs.status == 'failure' || inputs.ENV == 'staging' }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
# channel #alertes-deploiement-native
channel-id: 'C0309RP8K42'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Post to a Slack channel
id: slack
if: ${{ steps.sentry_and_deploy.outputs.status == 'failure' || inputs.ENV == 'staging' }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
# channel #alertes-deploiement-native
channel-id: 'C0309RP8K42'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Post to a Slack channel
id: slack
if: ${{ steps.sentry_and_deploy.outputs.status == 'failure' || inputs.ENV == 'staging' }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
# channel #alertes-deploiement-native
channel-id: 'C0309RP8K42'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_workflow_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Post to a Slack channel
id: slack
if: ${{ env.WORKFLOW_CONCLUSION == 'failure' }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
# channel #alertes-deploiement-native
channel-id: 'C0309RP8K42'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_workflow_web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Post to a Slack channel
id: slack
if: ${{ steps.web_deploy.outputs.status == 'failure' || inputs.ENV == 'staging' }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
# channel #alertes-deploiement-native
channel-id: 'C0309RP8K42'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_workflow_web_proxy_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Post to a Slack channel
id: slack
if: ${{ steps.web_proxy_deploy.outputs.status == 'failure' || inputs.ENV == 'staging' }}
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
# channel #alertes-deploiement-native
channel-id: 'C0309RP8K42'
Expand Down

0 comments on commit 10a253a

Please sign in to comment.