Skip to content

Commit

Permalink
PMM-7 fix action-slack-notify (#2910)
Browse files Browse the repository at this point in the history
They not only bumped up the version. This action now calls a third-party action, which is not listed with us. I was afraid it may leak secrets, so we'd better pin the version we know.
  • Loading branch information
ademidoff authored Mar 19, 2024
1 parent c9baffa commit 13972bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.2.1

workflow_failure:
if: ${{ failure() }}
Expand All @@ -169,4 +169,4 @@ jobs:

steps:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
uses: rtCamp/action-slack-notify@v2.2.1

0 comments on commit 13972bb

Please sign in to comment.