19
19
steps :
20
20
- id : generate
21
21
name : Generate matrix
22
- <<<<<<< HEAD
23
- uses : elastic/oblt-actions/elastic/active-branches@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
24
- =======
25
22
uses : elastic/oblt-actions/elastic/active-branches@v1
26
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
27
23
with :
28
24
exclude-branches : ' 7.17,main'
29
25
- uses : actions/github-script@v7
57
53
"pull_requests": "write"
58
54
}
59
55
60
- <<<<<<< HEAD
61
- - uses : elastic/oblt-actions/updatecli/run@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
62
- =======
63
56
- uses : elastic/oblt-actions/updatecli/run@v1
64
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
65
57
with :
66
58
command : --experimental apply --config .ci/updatecli/bump-golang.yml --values .ci/updatecli/values.d/scm.yml
67
59
env :
76
68
with :
77
69
ref : ' 7.17'
78
70
79
- <<<<<<< HEAD
80
- - uses : elastic/oblt-actions/updatecli/run@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
81
- =======
82
71
- uses : elastic/oblt-actions/updatecli/run@v1
83
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
84
72
with :
85
73
command : --experimental apply --config .ci/updatecli/bump-golang.yml --values .ci/updatecli/values.d/scm.yml
86
74
env :
@@ -94,19 +82,11 @@ jobs:
94
82
if : always()
95
83
steps :
96
84
- id : check
97
- <<<<<<< HEAD
98
- uses : elastic/oblt-actions/check-dependent-jobs@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
99
- with :
100
- jobs : ${{ toJSON(needs) }}
101
- - if : ${{ steps.check.outputs.isSuccess == 'false' }}
102
- uses : elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1
103
- =======
104
85
uses : elastic/oblt-actions/check-dependent-jobs@v1
105
86
with :
106
87
jobs : ${{ toJSON(needs) }}
107
88
- if : ${{ steps.check.outputs.isSuccess == 'false' }}
108
89
uses : elastic/oblt-actions/slack/send@v1
109
- >>>>>>> 0e1f32a6 (ci: revert image pinning for internal and github actions (#17191))
110
90
with :
111
91
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
112
92
channel-id : " #apm-server"
0 commit comments