Skip to content

Commit f7d2a65

Browse files
build(deps): bump 8398a7/action-slack from 3.18.0 to 3.19.0
Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](8398a7/action-slack@1750b50...77eaa4f) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76a39f5 commit f7d2a65

16 files changed

+16
-16
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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
312+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
312+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
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
@@ -308,7 +308,7 @@ jobs:
308308
# Send notification to Slack:
309309
- name: 'Send notification'
310310
# Pin action to full length commit SHA
311-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
311+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
312312
if: success()
313313
with:
314314
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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
312+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
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
@@ -332,7 +332,7 @@ jobs:
332332
# Send notification to Slack:
333333
- name: 'Send notification'
334334
# Pin action to full length commit SHA
335-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
335+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
336336
if: success()
337337
with:
338338
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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
298+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
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
@@ -294,7 +294,7 @@ jobs:
294294
# Send notification to Slack:
295295
- name: 'Send notification'
296296
# Pin action to full length commit SHA
297-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
297+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
298298
if: success()
299299
with:
300300
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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
298+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
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
@@ -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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
294+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
295295
if: success()
296296
with:
297297
status: "${{ env.NOTIFICATION_STATUS }}"

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
# Send notification to Slack:
225225
- name: 'Send notification'
226226
# Pin action to full length commit SHA
227-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
227+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
228228
if: success()
229229
with:
230230
status: "${{ env.NOTIFICATION_STATUS }}"

0 commit comments

Comments
 (0)