Skip to content

Commit c0479e6

Browse files
build(deps): bump 8398a7/action-slack from 3.15.1 to 3.16.2
PR-URL: #1291 Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.15.1 to 3.16.2. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](8398a7/action-slack@fbd6aa5...28ba43a) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 33f90a5 commit c0479e6

15 files changed

+15
-15
lines changed

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
# Send notification to Slack:
310310
- name: 'Send notification'
311311
# Pin action to full length commit SHA
312-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
312+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
313313
if: success()
314314
with:
315315
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
# Send notification to Slack:
310310
- name: 'Send notification'
311311
# Pin action to full length commit SHA
312-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
312+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
313313
if: success()
314314
with:
315315
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
# Send notification to Slack:
306306
- name: 'Send notification'
307307
# Pin action to full length commit SHA
308-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
308+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
309309
if: success()
310310
with:
311311
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
# Send notification to Slack:
310310
- name: 'Send notification'
311311
# Pin action to full length commit SHA
312-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
312+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
313313
if: success()
314314
with:
315315
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/linux_test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
# Send notification to Slack:
330330
- name: 'Send notification'
331331
# Pin action to full length commit SHA
332-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
332+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
333333
if: success()
334334
with:
335335
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
# Send notification to Slack:
296296
- name: 'Send notification'
297297
# Pin action to full length commit SHA
298-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
298+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
299299
if: success()
300300
with:
301301
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
# Send notification to Slack:
292292
- name: 'Send notification'
293293
# Pin action to full length commit SHA
294-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
294+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
295295
if: success()
296296
with:
297297
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
# Send notification to Slack:
296296
- name: 'Send notification'
297297
# Pin action to full length commit SHA
298-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
298+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
299299
if: success()
300300
with:
301301
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
# Send notification to Slack:
289289
- name: 'Send notification'
290290
# Pin action to full length commit SHA
291-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
291+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
292292
if: success()
293293
with:
294294
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
# Send notification to Slack:
219219
- name: 'Send notification'
220220
# Pin action to full length commit SHA
221-
uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
221+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
222222
if: success()
223223
with:
224224
status: "${{ env.NOTIFICATION_STATUS }}"

0 commit comments

Comments
 (0)