Skip to content

Commit 8bec5a7

Browse files
chore(deps): update actions/setup-go digest to 4a36011 (main) (#2596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fda1871 commit 8bec5a7

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/next-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup Go
7474
# run this stage only if there are changes that match the includes and not the excludes
7575
if: steps.changed-files.outputs.any_changed == 'true'
76-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
76+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7777
with:
7878
go-version-file: 'go.mod'
7979

.github/workflows/nightly-upgrade-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Setup Go
6868
if: ${{ steps.upgrade-path-checker.outputs.SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE != 'true' }}
69-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
69+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7070
with:
7171
go-version-file: 'go.mod'
7272

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Setup Go
5858
if: ${{ steps.operator-image-existence-checker.outputs.OPERATOR_IMAGE_EXISTS == 'true' }}
59-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6060
with:
6161
go-version-file: 'go.mod'
6262

.github/workflows/pr-bundle-diff-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ github.event.pull_request.head.sha }}
4747

4848
- name: Setup Go
49-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
49+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
5050
with:
5151
go-version-file: 'go.mod'
5252

.github/workflows/pr-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup Go
8888
# run this stage only if there are changes that match the includes and not the excludes
8989
if: steps.changed-files.outputs.any_changed == 'true'
90-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
90+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
9191
with:
9292
go-version-file: 'go.mod'
9393

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Setup Go
6464
if: steps.changed-files.outputs.any_changed == 'true'
65-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
65+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6666
with:
6767
go-version-file: 'go.mod'
6868

0 commit comments

Comments
 (0)