Skip to content

Commit d5686ef

Browse files
committed
ci: pin the action version
1 parent fc1b6df commit d5686ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
pytest tests/scenario_tests_async/ --junitxml=reports/test_scenario_async.xml
7676
- name: Send notifications of failing tests
7777
if: failure() && github.ref == 'refs/heads/main'
78-
uses: slackapi/[email protected]
78+
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0
7979
with:
8080
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
8181
webhook-type: webhook-trigger

0 commit comments

Comments
 (0)