27
27
28
28
steps :
29
29
- name : Checkout source
30
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
31
32
32
- name : Install pre-commit
33
33
run : |
54
54
55
55
steps :
56
56
- name : Checkout source
57
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58
58
59
59
- name : Install Go
60
60
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
steps :
128
128
- name : Checkout source
129
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
129
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
130
130
with :
131
131
fetch-depth : 0
132
132
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
steps :
167
167
- name : Checkout source
168
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
168
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
169
169
170
170
- name : Build operator container
171
171
run : make docker-build IMG=${OPERATOR_IMAGE}
@@ -185,7 +185,7 @@ jobs:
185
185
186
186
steps :
187
187
- name : Checkout source
188
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
188
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
189
189
190
190
- name : Install Go
191
191
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
@@ -225,7 +225,7 @@ jobs:
225
225
226
226
steps :
227
227
- name : Checkout source
228
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
228
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
229
229
with :
230
230
# Fetch whole history so we can properly determine the version string
231
231
# (required by krew validation)
@@ -298,7 +298,7 @@ jobs:
298
298
proc_trace_chart_show : false
299
299
300
300
- name : Checkout source
301
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
301
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
302
302
303
303
# We set bash as the default shell (instead of dash) because the kuttl
304
304
# test steps require bash, but the "script" directive executes them as "sh
0 commit comments