Skip to content

Commit c5e5db3

Browse files
author
Alex Wang
committed
pin action version to SHA
1 parent 58744fe commit c5e5db3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify_slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Send issue notification to Slack
1616
if: github.event_name == 'issues'
17-
uses: slackapi/slack-github-action@v3.0.1
17+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
1818
with:
1919
webhook: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
2020
webhook-type: incoming-webhook
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Send pull request notification to Slack
2929
if: github.event_name == 'pull_request_target'
30-
uses: slackapi/slack-github-action@v3.0.1
30+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
3131
with:
3232
webhook: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
3333
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)