From 8e2392b9df45e619b1ca23982d4d0ad8c0d11939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:35:39 +0000 Subject: [PATCH] build(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](https://github.com/8398a7/action-slack/compare/28ba43ae48961b90635b50953d216767a6bea486...1750b5085f3ec60384090fb7c52965ef822e869e) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linux_benchmark.yml | 2 +- .github/workflows/linux_examples.yml | 2 +- .github/workflows/linux_test.yml | 2 +- .github/workflows/linux_test_cov.yml | 2 +- .github/workflows/linux_test_install.yml | 2 +- .github/workflows/macos_benchmark.yml | 2 +- .github/workflows/macos_test.yml | 2 +- .github/workflows/macos_test_cov.yml | 2 +- .github/workflows/macos_test_npm_install.yml | 2 +- .github/workflows/markdown_links.yml | 2 +- .github/workflows/markdown_src_attributes.yml | 2 +- .github/workflows/standalone_publish.yml | 2 +- .github/workflows/standalone_push_changes.yml | 2 +- .github/workflows/standalone_test.yml | 2 +- .github/workflows/test_published_package.yml | 2 +- .github/workflows/windows_test_npm_install.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index 99e66a2734ab..750532a2a53a 100644 --- a/.github/workflows/linux_benchmark.yml +++ b/.github/workflows/linux_benchmark.yml @@ -309,7 +309,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index 6e8194607d16..3749bcfd2c1c 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -309,7 +309,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index f0dd616b829f..2b23aa4dac8c 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -308,7 +308,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/linux_test_cov.yml b/.github/workflows/linux_test_cov.yml index 8b827d867843..a6849d254d20 100644 --- a/.github/workflows/linux_test_cov.yml +++ b/.github/workflows/linux_test_cov.yml @@ -309,7 +309,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/linux_test_install.yml b/.github/workflows/linux_test_install.yml index c00204f4c9e8..6e4df2187649 100644 --- a/.github/workflows/linux_test_install.yml +++ b/.github/workflows/linux_test_install.yml @@ -332,7 +332,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index 495051244e28..04fd0438b962 100644 --- a/.github/workflows/macos_benchmark.yml +++ b/.github/workflows/macos_benchmark.yml @@ -295,7 +295,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index e75697d8dc6c..23e80e9fc8d2 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -294,7 +294,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/macos_test_cov.yml b/.github/workflows/macos_test_cov.yml index 8cc505afc76f..6698888229de 100644 --- a/.github/workflows/macos_test_cov.yml +++ b/.github/workflows/macos_test_cov.yml @@ -295,7 +295,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/macos_test_npm_install.yml b/.github/workflows/macos_test_npm_install.yml index 56826bb34f97..7fa2c9dc67ce 100644 --- a/.github/workflows/macos_test_npm_install.yml +++ b/.github/workflows/macos_test_npm_install.yml @@ -291,7 +291,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index 7bf4c5198645..a60df02f48e1 100644 --- a/.github/workflows/markdown_links.yml +++ b/.github/workflows/markdown_links.yml @@ -224,7 +224,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/markdown_src_attributes.yml b/.github/workflows/markdown_src_attributes.yml index e8edb537b227..a89b9d72bb09 100644 --- a/.github/workflows/markdown_src_attributes.yml +++ b/.github/workflows/markdown_src_attributes.yml @@ -179,7 +179,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index 9bdbe583fd84..44604601abf5 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -182,7 +182,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/standalone_push_changes.yml b/.github/workflows/standalone_push_changes.yml index 7f35b5b6f9a4..43db0241a258 100644 --- a/.github/workflows/standalone_push_changes.yml +++ b/.github/workflows/standalone_push_changes.yml @@ -153,7 +153,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/standalone_test.yml b/.github/workflows/standalone_test.yml index 3aa1b442ecab..dee18fd68fdf 100644 --- a/.github/workflows/standalone_test.yml +++ b/.github/workflows/standalone_test.yml @@ -134,7 +134,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/test_published_package.yml b/.github/workflows/test_published_package.yml index 4d6ef003e012..873d157d34ae 100644 --- a/.github/workflows/test_published_package.yml +++ b/.github/workflows/test_published_package.yml @@ -97,7 +97,7 @@ jobs: # Send Slack notification if job fails: - name: 'Send notification to Slack in case of failure' - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 with: status: ${{ job.status }} channel: '#npm-ci' diff --git a/.github/workflows/windows_test_npm_install.yml b/.github/workflows/windows_test_npm_install.yml index 721aac61e93b..cb116270389c 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -345,7 +345,7 @@ jobs: # Send notification to Slack: - name: 'Send notification' # Pin action to full length commit SHA - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 + uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}"