File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
if : always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'
31
31
steps :
32
32
- name : Notify on Slack for failures of checking issues state run automatically at night
33
- uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
33
+ uses : 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
34
34
env :
35
35
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
36
36
with :
Original file line number Diff line number Diff line change 77
77
if : always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'
78
78
steps :
79
79
- name : Notify on Slack for failures of e2e tests run automatically at night
80
- uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
80
+ uses : 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
81
81
env :
82
82
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
83
83
with :
Original file line number Diff line number Diff line change 77
77
if : always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule'
78
78
steps :
79
79
- name : Notify on Slack for failures of performance tests run automatically at night
80
- uses : 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3
80
+ uses : 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3
81
81
env :
82
82
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
83
83
with :
You can’t perform that action at this time.
0 commit comments