diff --git a/.github/workflows/1_2_b_bump_extension_only.yml b/.github/workflows/1_2_b_bump_extension_only.yml index 816701b6c0..eabfcda578 100644 --- a/.github/workflows/1_2_b_bump_extension_only.yml +++ b/.github/workflows/1_2_b_bump_extension_only.yml @@ -78,7 +78,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: "1/2b. - Bumping versions for 'extension only' failed :x:" SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/1_2_c_promote_patch_to_stable.yml b/.github/workflows/1_2_c_promote_patch_to_stable.yml index 13cc20a73f..2c6d0d3564 100644 --- a/.github/workflows/1_2_c_promote_patch_to_stable.yml +++ b/.github/workflows/1_2_c_promote_patch_to_stable.yml @@ -63,7 +63,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '1/2c. - Promoting patch branch to stable failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/1_check_for_updates.yml b/.github/workflows/1_check_for_updates.yml index eb402e33f2..5b86ffc8cd 100644 --- a/.github/workflows/1_check_for_updates.yml +++ b/.github/workflows/1_check_for_updates.yml @@ -60,7 +60,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '1. Checking for Prisma CLI Update failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/2_bump_versions.yml b/.github/workflows/2_bump_versions.yml index e1a36eff91..c5b1c1e5c2 100644 --- a/.github/workflows/2_bump_versions.yml +++ b/.github/workflows/2_bump_versions.yml @@ -83,7 +83,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '2. Bumping versions failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/3_LS_tests_publish.yml b/.github/workflows/3_LS_tests_publish.yml index bf5d38eca8..a83d01c39e 100644 --- a/.github/workflows/3_LS_tests_publish.yml +++ b/.github/workflows/3_LS_tests_publish.yml @@ -98,7 +98,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() || needs.tests.result == 'failure' || needs.bump.result == 'failure' }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '3. Test Language Server and publish failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/4_bump_LS_in_extension.yml b/.github/workflows/4_bump_LS_in_extension.yml index 346f394352..467ef06057 100644 --- a/.github/workflows/4_bump_LS_in_extension.yml +++ b/.github/workflows/4_bump_LS_in_extension.yml @@ -77,7 +77,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '4. Bumping LS in VSCode extension failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/5_e2e_tests.yml b/.github/workflows/5_e2e_tests.yml index 517ee72f6d..04be34d1fc 100644 --- a/.github/workflows/5_e2e_tests.yml +++ b/.github/workflows/5_e2e_tests.yml @@ -77,7 +77,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() || needs.tests.result == 'failure' }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '5. Integration tests in VSCode folder with published LS failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/6_build.yml b/.github/workflows/6_build.yml index 37bb56bb22..db0faaa6ca 100644 --- a/.github/workflows/6_build.yml +++ b/.github/workflows/6_build.yml @@ -116,7 +116,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() || needs.build.result == 'failure' }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '6. Release failed :x:' SLACK_COLOR: '#FF0000' @@ -125,7 +125,7 @@ jobs: - name: Slack Notification on Success if: ${{ success() && needs.build.result == 'success' }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '6. Release was successful :white_check_mark:' SLACK_COLOR: '#008000' diff --git a/.github/workflows/7_publish.yml b/.github/workflows/7_publish.yml index ada351f346..f6c8af1f87 100644 --- a/.github/workflows/7_publish.yml +++ b/.github/workflows/7_publish.yml @@ -62,7 +62,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '7. Publishing to marketplace failed :x:' SLACK_COLOR: '#FF0000' @@ -71,7 +71,7 @@ jobs: - name: Slack Notification on Success if: ${{ success() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '7. Published to marketplace :white_check_mark:' SLACK_COLOR: '#008000' @@ -114,7 +114,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '7. Publishing to open-vsx failed :x:' SLACK_COLOR: '#FF0000' @@ -123,7 +123,7 @@ jobs: - name: Slack Notification on Success if: ${{ success() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: '7. Published to open-vsx :white_check_mark:' SLACK_COLOR: '#008000' diff --git a/.github/workflows/PR_build_extension.yml b/.github/workflows/PR_build_extension.yml index 7de27daa01..acb0ea54e5 100644 --- a/.github/workflows/PR_build_extension.yml +++ b/.github/workflows/PR_build_extension.yml @@ -111,7 +111,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() || needs.build.result == 'failure' }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: 'PR Build extension failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/e2e_check_for_new_published_vsix.yml b/.github/workflows/e2e_check_for_new_published_vsix.yml index b9d9931df7..98a2e3f3f4 100644 --- a/.github/workflows/e2e_check_for_new_published_vsix.yml +++ b/.github/workflows/e2e_check_for_new_published_vsix.yml @@ -49,7 +49,7 @@ jobs: - name: Slack Notification on Failure if: ${{ failure() }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: 'Check for new release on Marketplace failed :x:' SLACK_COLOR: '#FF0000' diff --git a/.github/workflows/e2e_published_vsix.yml b/.github/workflows/e2e_published_vsix.yml index d18c173e00..373ee50aa7 100644 --- a/.github/workflows/e2e_published_vsix.yml +++ b/.github/workflows/e2e_published_vsix.yml @@ -74,7 +74,7 @@ jobs: - name: Slack Notification on Failure if: ${{ needs.test.result == 'failure' && needs.test.outputs.installed-extension }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: 'Testing released ${{ github.event.inputs.extension_type }} extension failed :x:' SLACK_MESSAGE: ${{ github.event.inputs.extension_version }} @@ -84,7 +84,7 @@ jobs: - name: Slack Notification on Success if: ${{ needs.test.result == 'success' && needs.test.outputs.installed-extension }} - uses: rtCamp/action-slack-notify@v2.3.0 + uses: rtCamp/action-slack-notify@v2.3.2 env: SLACK_TITLE: 'Tested released ${{ github.event.inputs.extension_type }} extension :white_check_mark:' SLACK_MESSAGE: ${{ github.event.inputs.extension_version }}