We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40bc433 + 8531fdf commit d577ac6Copy full SHA for d577ac6
1 file changed
.github/workflows/functional_tests_cron.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Send GitHub Action trigger data to Slack workflow
84
id: slack
85
- uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
+ uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
86
if: failure() && github.ref == 'refs/heads/main'
87
with:
88
webhook: ${{ secrets.SLACK_GHA_FAILURES_WEBHOOK }}
0 commit comments