Skip to content

Commit 8a395dd

Browse files
chore(deps): update rtcamp/action-slack-notify action to v2.3.2 (#1802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eaa79f3 commit 8a395dd

12 files changed

+17
-17
lines changed

.github/workflows/1_2_b_bump_extension_only.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Slack Notification on Failure
8080
if: ${{ failure() }}
81-
uses: rtCamp/[email protected].0
81+
uses: rtCamp/[email protected].2
8282
env:
8383
SLACK_TITLE: "1/2b. - Bumping versions for 'extension only' failed :x:"
8484
SLACK_COLOR: '#FF0000'

.github/workflows/1_2_c_promote_patch_to_stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Slack Notification on Failure
6565
if: ${{ failure() }}
66-
uses: rtCamp/[email protected].0
66+
uses: rtCamp/[email protected].2
6767
env:
6868
SLACK_TITLE: '1/2c. - Promoting patch branch to stable failed :x:'
6969
SLACK_COLOR: '#FF0000'

.github/workflows/1_check_for_updates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Slack Notification on Failure
6262
if: ${{ failure() }}
63-
uses: rtCamp/[email protected].0
63+
uses: rtCamp/[email protected].2
6464
env:
6565
SLACK_TITLE: '1. Checking for Prisma CLI Update failed :x:'
6666
SLACK_COLOR: '#FF0000'

.github/workflows/2_bump_versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Slack Notification on Failure
9191
if: ${{ failure() }}
92-
uses: rtCamp/[email protected].0
92+
uses: rtCamp/[email protected].2
9393
env:
9494
SLACK_TITLE: '2. Bumping versions failed :x:'
9595
SLACK_COLOR: '#FF0000'

.github/workflows/3_LS_tests_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Slack Notification on Failure
100100
if: ${{ failure() || needs.tests.result == 'failure' || needs.bump.result == 'failure' }}
101-
uses: rtCamp/[email protected].0
101+
uses: rtCamp/[email protected].2
102102
env:
103103
SLACK_TITLE: '3. Test Language Server and publish failed :x:'
104104
SLACK_COLOR: '#FF0000'

.github/workflows/4_bump_LS_in_extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Slack Notification on Failure
7979
if: ${{ failure() }}
80-
uses: rtCamp/[email protected].0
80+
uses: rtCamp/[email protected].2
8181
env:
8282
SLACK_TITLE: '4. Bumping LS in VSCode extension failed :x:'
8383
SLACK_COLOR: '#FF0000'

.github/workflows/5_e2e_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Slack Notification on Failure
7979
if: ${{ failure() || needs.tests.result == 'failure' }}
80-
uses: rtCamp/[email protected].0
80+
uses: rtCamp/[email protected].2
8181
env:
8282
SLACK_TITLE: '5. Integration tests in VSCode folder with published LS failed :x:'
8383
SLACK_COLOR: '#FF0000'

.github/workflows/6_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Slack Notification on Failure
118118
if: ${{ failure() || needs.build.result == 'failure' }}
119-
uses: rtCamp/[email protected].0
119+
uses: rtCamp/[email protected].2
120120
env:
121121
SLACK_TITLE: '6. Release failed :x:'
122122
SLACK_COLOR: '#FF0000'
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Slack Notification on Success
127127
if: ${{ success() && needs.build.result == 'success' }}
128-
uses: rtCamp/[email protected].0
128+
uses: rtCamp/[email protected].2
129129
env:
130130
SLACK_TITLE: '6. Release was successful :white_check_mark:'
131131
SLACK_COLOR: '#008000'

.github/workflows/7_publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Slack Notification on Failure
6464
if: ${{ failure() }}
65-
uses: rtCamp/[email protected].0
65+
uses: rtCamp/[email protected].2
6666
env:
6767
SLACK_TITLE: '7. Publishing to marketplace failed :x:'
6868
SLACK_COLOR: '#FF0000'
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Slack Notification on Success
7373
if: ${{ success() }}
74-
uses: rtCamp/[email protected].0
74+
uses: rtCamp/[email protected].2
7575
env:
7676
SLACK_TITLE: '7. Published to marketplace :white_check_mark:'
7777
SLACK_COLOR: '#008000'
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Slack Notification on Failure
116116
if: ${{ failure() }}
117-
uses: rtCamp/[email protected].0
117+
uses: rtCamp/[email protected].2
118118
env:
119119
SLACK_TITLE: '7. Publishing to open-vsx failed :x:'
120120
SLACK_COLOR: '#FF0000'
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Slack Notification on Success
125125
if: ${{ success() }}
126-
uses: rtCamp/[email protected].0
126+
uses: rtCamp/[email protected].2
127127
env:
128128
SLACK_TITLE: '7. Published to open-vsx :white_check_mark:'
129129
SLACK_COLOR: '#008000'

.github/workflows/PR_build_extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Slack Notification on Failure
113113
if: ${{ failure() || needs.build.result == 'failure' }}
114-
uses: rtCamp/[email protected].0
114+
uses: rtCamp/[email protected].2
115115
env:
116116
SLACK_TITLE: 'PR Build extension failed :x:'
117117
SLACK_COLOR: '#FF0000'

.github/workflows/e2e_check_for_new_published_vsix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Slack Notification on Failure
5151
if: ${{ failure() }}
52-
uses: rtCamp/[email protected].0
52+
uses: rtCamp/[email protected].2
5353
env:
5454
SLACK_TITLE: 'Check for new release on Marketplace failed :x:'
5555
SLACK_COLOR: '#FF0000'

.github/workflows/e2e_published_vsix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Slack Notification on Failure
7676
if: ${{ needs.test.result == 'failure' && needs.test.outputs.installed-extension }}
77-
uses: rtCamp/[email protected].0
77+
uses: rtCamp/[email protected].2
7878
env:
7979
SLACK_TITLE: 'Testing released ${{ github.event.inputs.extension_type }} extension failed :x:'
8080
SLACK_MESSAGE: ${{ github.event.inputs.extension_version }}
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Slack Notification on Success
8686
if: ${{ needs.test.result == 'success' && needs.test.outputs.installed-extension }}
87-
uses: rtCamp/[email protected].0
87+
uses: rtCamp/[email protected].2
8888
env:
8989
SLACK_TITLE: 'Tested released ${{ github.event.inputs.extension_type }} extension :white_check_mark:'
9090
SLACK_MESSAGE: ${{ github.event.inputs.extension_version }}

0 commit comments

Comments
 (0)