diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index 884591bd4914..78f346b52426 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index bdd7b909eb61..5803055c23a1 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 42a570341da7..1e05abc7e4ad 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 51a43a9c5386..9fe2d3d142d5 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 74554c0f03e6..a0f4032399ea 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index 96875992f4bd..63655ec06568 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 08f1d644af34..54d07e0a1ab2 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 5bb57b9ed957..9a0f4959ca39 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 bcfa2beeece3..01702f23d30a 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index f3114a9add92..15d01fc2078f 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 716a02626f7a..a7830b60c2c8 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index 29309654e00e..0ed3cc64544c 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 b9cc4dc60ec5..551be6b56f46 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}" diff --git a/.github/workflows/standalone_test.yml b/.github/workflows/standalone_test.yml index 8aa2324e1372..5e81be278190 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 5e98c185425d..7d26fc6e9b26 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.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 060a21df75d0..0b0a870566db 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@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0 + uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0 if: success() with: status: "${{ env.NOTIFICATION_STATUS }}"