Skip to content

Commit

Permalink
chore(deps): update slackapi/slack-github-action action to v1.27.1 (#555
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 6180424 commit a9ea6d4
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 @@ -81,7 +81,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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 a9ea6d4

Please sign in to comment.