Skip to content

Commit efe6245

Browse files
ci: pin slackapi/slack-github-action to v2.1.1 SHA
Co-Authored-By: tanderson@launchdarkly.com <tanderson@launchdarkly.com>
1 parent 4b0ac23 commit efe6245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-contract-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- nightly-contract-tests
4444
steps:
4545
- name: Send Slack notification
46-
uses: slackapi/slack-github-action@8eec7b3b943e15be5302493bb90a15bafa6973c6 # v2.1.0
46+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
4747
with:
4848
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
4949
webhook-type: incoming-webhook
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ inputs.test_slack_notification == true || inputs.test_slack_notification == 'true' }}
7474
steps:
7575
- name: Send test Slack notification
76-
uses: slackapi/slack-github-action@v2.1.0
76+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
7777
with:
7878
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
7979
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)