Skip to content

Commit

Permalink
Update slackapi/slack-github-action action to v1.27.1 (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 94b5443 commit 3bb0ae1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression-test-ATX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-test-PROD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-test-TT02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-case-ATX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-case-PROD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-case-TT02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Report failure to Slack
if: failure()
id: slack
uses: slackapi/[email protected].0
uses: slackapi/[email protected].1
with:
payload: |
{
Expand Down

0 comments on commit 3bb0ae1

Please sign in to comment.