7777 [[ -n "${INPUT_OPERATOR_VERSION}" ]] && echo "✅ Valid operator version format: ${INPUT_OPERATOR_VERSION}"
7878
7979 - name : Checkout Repository
80- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
80+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
115+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
173+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
214+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
241+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
242242 with :
243243 fetch-depth : 0
244244
@@ -344,7 +344,7 @@ jobs:
344344 gateway : ${{ fromJson(needs.binary.outputs.json) }}
345345 steps :
346346 - name : Checkout Repository
347- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
347+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
542+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
571+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
572572
573573 - name : Configure GOPROXY
574574 id : goproxy
0 commit comments