7777 [[ -n "${INPUT_OPERATOR_VERSION}" ]] && echo "✅ Valid operator version format: ${INPUT_OPERATOR_VERSION}"
7878
7979 - name : Checkout Repository
80- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
80+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8181 with :
8282 fetch-depth : 0
8383
@@ -112,7 +112,7 @@ jobs:
112112 helm_changes : ${{ steps.filter.outputs.charts }}
113113 steps :
114114 - name : Checkout Repository
115- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
116116 with :
117117 fetch-depth : 0
118118 - name : Configure GOPROXY
@@ -131,7 +131,7 @@ jobs:
131131 echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
132132
133133 - name : Setup Golang Environment
134- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
134+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
135135 with :
136136 go-version : stable
137137 cache-dependency-path : |
@@ -170,7 +170,7 @@ jobs:
170170 needs : vars
171171 steps :
172172 - name : Checkout Repository
173- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
173+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
174174
175175 - name : Configure GOPROXY
176176 id : goproxy
@@ -183,7 +183,7 @@ jobs:
183183 echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
184184
185185 - name : Setup Golang Environment
186- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
186+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
187187 with :
188188 go-version : stable
189189 cache-dependency-path : |
@@ -211,7 +211,7 @@ jobs:
211211 needs : vars
212212 steps :
213213 - name : Checkout Repository
214- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
214+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
215215
216216 - name : Setup Node.js Environment
217217 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
@@ -238,7 +238,7 @@ jobs:
238238 issues : write # for goreleaser/goreleaser-action to close milestone
239239 steps :
240240 - name : Checkout Repository
241- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
241+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
242242 with :
243243 fetch-depth : 0
244244
@@ -258,7 +258,7 @@ jobs:
258258 echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
259259
260260 - name : Setup Golang Environment
261- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
261+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
262262 with :
263263 go-version : stable
264264 cache-dependency-path : |
@@ -285,7 +285,7 @@ jobs:
285285
286286 - name : Download Syft
287287 if : ${{ inputs.is_production_release }}
288- uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
288+ uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
289289
290290 - name : Install Cosign
291291 if : ${{ inputs.is_production_release }}
@@ -344,7 +344,7 @@ jobs:
344344 gateway : ${{ fromJson(needs.binary.outputs.json) }}
345345 steps :
346346 - name : Checkout Repository
347- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
347+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
348348
349349 - name : Configure GOPROXY
350350 id : goproxy
@@ -354,7 +354,7 @@ jobs:
354354 echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
355355
356356 - name : Setup Golang Environment
357- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
357+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
358358 with :
359359 go-version : stable
360360
@@ -539,7 +539,7 @@ jobs:
539539 packages : write # for helm to push to GHCR
540540 steps :
541541 - name : Checkout Repository
542- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
542+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
543543
544544 - name : Setup Helm
545545 uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
@@ -568,7 +568,7 @@ jobs:
568568 needs : vars
569569 steps :
570570 - name : Checkout Repository
571- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
571+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
572572
573573 - name : Configure GOPROXY
574574 id : goproxy
@@ -581,7 +581,7 @@ jobs:
581581 echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
582582
583583 - name : Setup Golang Environment
584- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
584+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
585585 with :
586586 go-version : stable
587587 cache-dependency-path : |
0 commit comments