Skip to content

Commit 7429856

Browse files
authored
Merge pull request #230 from redhat-cop/renovate/actions-setup-go-digest
Update actions/setup-go digest to 4a36011
2 parents 5b04934 + 06a17e7 commit 7429856

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/pr-operator.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/release-operator.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
158158
159159
- name: Set up Go
160-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
160+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
161161
with:
162162
go-version: ${{ inputs.GO_VERSION }}
163163
cache: false
@@ -241,7 +241,7 @@ jobs:
241241

242242
steps:
243243
- name: Set up Go
244-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
244+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
245245
with:
246246
go-version: ${{ inputs.GO_VERSION }}
247247
cache: false
@@ -484,7 +484,7 @@ jobs:
484484

485485
steps:
486486
- name: Set up Go
487-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
487+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
488488
with:
489489
go-version: ${{ inputs.GO_VERSION }}
490490
cache: false
@@ -706,7 +706,7 @@ jobs:
706706
OPERATOR_IMAGE_REPOSITORY: "${{ needs.setup.outputs.operator_image_registry }}/${{ needs.setup.outputs.operator_image_repository_name }}"
707707
steps:
708708
- name: Set up Go
709-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
709+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
710710
with:
711711
go-version: ${{ inputs.GO_VERSION }}
712712
cache: false
@@ -1065,7 +1065,7 @@ jobs:
10651065
REPOSITORY_NAME: ${{ needs.setup.outputs.repository_name }}
10661066
steps:
10671067
- name: Set up Go
1068-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1068+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
10691069
with:
10701070
go-version: ${{ inputs.GO_VERSION }}
10711071
cache: false
@@ -1122,7 +1122,7 @@ jobs:
11221122
OPERATOR_IMAGE_REPOSITORY: "${{ needs.setup.outputs.operator_image_registry }}/${{ needs.setup.outputs.operator_image_repository_name }}"
11231123
steps:
11241124
- name: Set up Go
1125-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1125+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
11261126
with:
11271127
go-version: ${{ inputs.GO_VERSION }}
11281128
cache: false

0 commit comments

Comments
 (0)