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