@@ -132,7 +132,7 @@ jobs:
132132 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
133133
134134 - name : Set up Go
135- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
135+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
136136 with :
137137 go-version : ${{ inputs.GO_VERSION }}
138138 cache : false
@@ -206,7 +206,7 @@ jobs:
206206
207207 steps :
208208 - name : Set up Go
209- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
209+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
210210 with :
211211 go-version : ${{ inputs.GO_VERSION }}
212212 cache : false
@@ -340,7 +340,7 @@ jobs:
340340 BUNDLE_IMAGE_REGISTRY : ${{ needs.setup.outputs.bundle_image_registry }}
341341 steps :
342342 - name : Set up Go
343- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
343+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
344344 with :
345345 go-version : ${{ inputs.GO_VERSION }}
346346 cache : false
@@ -466,7 +466,7 @@ jobs:
466466 OPERATOR_IMAGE_REPOSITORY : " ${{ needs.setup.outputs.operator_image_registry }}/${{ needs.setup.outputs.operator_image_repository_name }}"
467467 steps :
468468 - name : Set up Go
469- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
469+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
470470 with :
471471 go-version : ${{ inputs.GO_VERSION }}
472472 cache : false
@@ -529,7 +529,7 @@ jobs:
529529 REPOSITORY_NAME : ${{ needs.setup.outputs.repository_name }}
530530 steps :
531531 - name : Set up Go
532- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
532+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
533533 with :
534534 go-version : ${{ inputs.GO_VERSION }}
535535 cache : false
@@ -588,7 +588,7 @@ jobs:
588588 OPERATOR_IMAGE_REPOSITORY : " ${{ needs.setup.outputs.operator_image_registry }}/${{ needs.setup.outputs.operator_image_repository_name }}"
589589 steps :
590590 - name : Set up Go
591- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
591+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
592592 with :
593593 go-version : ${{ inputs.GO_VERSION }}
594594 cache : false
0 commit comments