We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d45860 commit 5c2821cCopy full SHA for 5c2821c
1 file changed
.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@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
+ uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
178
with:
179
errors: true
180
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
0 commit comments