Skip to content

Commit be9bcd2

Browse files
committed
ci: pin action-mattermost-notify to v2.0.0 SHA (security)
1 parent f4adceb commit be9bcd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
]
294294
if: ${{ always() && contains(needs.*.result, 'failure') }}
295295
steps:
296-
- uses: mattermost/action-mattermost-notify@master
296+
- uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a # v2.0.0
297297
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
298298
with:
299299
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ needs.sync.outputs.file_size != '0' && needs.sync.outputs.sync_exit_code != '0' }}
5656
steps:
5757
- name: Send notify
58-
uses: mattermost/action-mattermost-notify@master
58+
uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a # v2.0.0
5959
with:
6060
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_DEV }}
6161
TEXT: |

0 commit comments

Comments
 (0)