Skip to content

Commit 245fded

Browse files
chore(deps): bump 8398a7/action-slack from 3.16.2 to 3.18.0
Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.16.2 to 3.18.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](8398a7/action-slack@28ba43a...1750b50) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9e4a17 commit 245fded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check_fixed_issues_references.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'
3131
steps:
3232
- name: Notify on Slack for failures of checking issues state run automatically at night
33-
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
33+
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
3434
env:
3535
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3636
with:

.github/workflows/e2e_nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'
7878
steps:
7979
- name: Notify on Slack for failures of e2e tests run automatically at night
80-
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
80+
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
8181
env:
8282
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8383
with:

.github/workflows/performance_nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'
7878
steps:
7979
- name: Notify on Slack for failures of performance tests run automatically at night
80-
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3
80+
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3
8181
env:
8282
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8383
with:

0 commit comments

Comments
 (0)