We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c056a1 commit 067560aCopy full SHA for 067560a
.github/workflows/ci-build.yml
@@ -174,7 +174,7 @@ jobs:
174
if: ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
175
steps:
176
- name: Send notifications of failing tests
177
- uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
+ uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
178
with:
179
errors: true
180
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
0 commit comments