Skip to content

Commit d799b9d

Browse files
Update rtCamp/action-slack-notify action to v2.3.3
1 parent 8466e8d commit d799b9d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/maven-library-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Mattermost Notification
5252
if: always()
53-
uses: rtCamp/action-slack-notify@v2.2.0
53+
uses: rtCamp/action-slack-notify@v2.3.3
5454
env:
5555
SLACK_USERNAME: ${{ github.event.repository.name }}
5656
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

.github/workflows/maven-service-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Mattermost Notification
5555
if: always()
56-
uses: rtCamp/action-slack-notify@v2.2.0
56+
uses: rtCamp/action-slack-notify@v2.3.3
5757
env:
5858
SLACK_USERNAME: ${{ github.event.repository.name }}
5959
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

.github/workflows/maven-swag-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if: success()
136136
steps:
137137
- name: Mattermost Notification
138-
uses: rtCamp/action-slack-notify@v2.2.0
138+
uses: rtCamp/action-slack-notify@v2.3.3
139139
env:
140140
SLACK_USERNAME: ${{ github.event.repository.name }}
141141
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}
@@ -149,7 +149,7 @@ jobs:
149149
if: failure()
150150
steps:
151151
- name: Mattermost Notification
152-
uses: rtCamp/action-slack-notify@v2.2.0
152+
uses: rtCamp/action-slack-notify@v2.3.3
153153
env:
154154
SLACK_USERNAME: ${{ github.event.repository.name }}
155155
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

.github/workflows/maven-thrift-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
needs: [deploy]
5858
steps:
5959
- name: Mattermost Notification
60-
uses: rtCamp/action-slack-notify@v2.2.0
60+
uses: rtCamp/action-slack-notify@v2.3.3
6161
env:
6262
SLACK_USERNAME: ${{ github.event.repository.name }}
6363
SLACK_WEBHOOK: ${{ secrets.mm-webhook-url }}

.github/workflows/semgrep-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Mattermost Notification
3535
if: always()
36-
uses: rtCamp/action-slack-notify@v2.2.0
36+
uses: rtCamp/action-slack-notify@v2.3.3
3737
env:
3838
SLACK_USERNAME: ${{ github.event.repository.name }}
3939
SLACK_WEBHOOK: ${{ secrets.mm-sa-wh-url }}

0 commit comments

Comments
 (0)