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
@@ -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
@@ -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
@@ -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
@@ -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
0 commit comments