We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69163d6 commit bec3906Copy full SHA for bec3906
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@af78098f536edbc4de71162a307590698245be95 # v3.0.1
+ uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
178
with:
179
errors: true
180
webhook: ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
0 commit comments