File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ jobs:
296
296
297
297
# Notify result to Slack only on schedule (nightly run)
298
298
- if : github.event_name == 'schedule'
299
- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0 .0
299
+ uses : slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1 .0
300
300
with :
301
301
method : chat.postMessage
302
302
token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
- uses : actions/checkout@v4
198
198
- name : Get changed files
199
199
id : changed-files
200
- uses : tj-actions/changed-files@9934ab3fdf63239da75d9e0fbd339c48620c72c4 # v45.0.7
200
+ uses : tj-actions/changed-files@115870536a85eaf050e369291c7895748ff12aea # v45.0.7
201
201
with :
202
202
files : .go-version
203
203
Original file line number Diff line number Diff line change 32
32
steps :
33
33
- name : Send slack message when started
34
34
id : slack-thread
35
- uses : elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
35
+ uses : elastic/oblt-actions/slack/send@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1
36
36
with :
37
37
bot-token : ${{ inputs.slack-bot-token }}
38
38
channel-id : ${{ env.SLACK_CHANNEL }}
@@ -109,7 +109,7 @@ runs:
109
109
TAG : ' refs/tags/v${{ steps.generate.outputs.release-version }}'
110
110
111
111
- if : failure()
112
- uses : elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
112
+ uses : elastic/oblt-actions/slack/send@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1
113
113
with :
114
114
bot-token : ${{ inputs.slack-bot-token }}
115
115
channel-id : ${{ env.SLACK_CHANNEL }}
Original file line number Diff line number Diff line change 24
24
- name : Setup cluster env
25
25
uses : ./.github/workflows/setup-cluster-env
26
26
27
- - uses : elastic/oblt-actions/aws/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
27
+ - uses : elastic/oblt-actions/aws/auth@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1
28
28
29
- - uses : elastic/oblt-actions/google/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
29
+ - uses : elastic/oblt-actions/google/auth@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1
30
30
31
31
- uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
32
32
with :
You can’t perform that action at this time.
0 commit comments