Skip to content

Commit 6a226ce

Browse files
🌱 Bump actions/setup-go from 4.1.0 to 5.0.0 (ossf#3726)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@93397be...0c52d54) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e1059b commit 6a226ce

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7979
- name: Setup Go # needed for some of the Makefile evaluations, even if building happens in Docker
8080
if: (needs.docs_only_check.outputs.docs_only != 'true')
81-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
81+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
8282
with:
8383
go-version: ${{ env.GO_VERSION }}
8484
check-latest: true

.github/workflows/gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha || github.sha }} # head SHA if PR, else fallback to push SHA
4343
- name: Setup Go
44-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
44+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747
check-latest: true

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- name: Set up Go
46-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
46+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
4747
with:
4848
go-version: ${{ env.GO_VERSION }}
4949
check-latest: true

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454
- name: Setup Go
55-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
55+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
5656
with:
5757
go-version: ${{ env.GO_VERSION }}
5858
check-latest: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26-
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
26+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2727
with:
2828
go-version: ${{ env.GO_VERSION }}
2929
cache: false # golangci-lint maintains its own cache

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Clone the code
4444
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4545
- name: Setup Go
46-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
46+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
4747
with:
4848
go-version: ${{ env.GO_VERSION }}
4949
check-latest: true
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123
- name: Setup Go
124-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
124+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
125125
with:
126126
go-version: ${{ env.GO_VERSION }}
127127
check-latest: true
@@ -149,7 +149,7 @@ jobs:
149149
- name: Clone the code
150150
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
151151
- name: Setup Go
152-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
152+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
153153
with:
154154
go-version: ${{ env.GO_VERSION }}
155155
check-latest: true
@@ -186,7 +186,7 @@ jobs:
186186
with:
187187
fetch-depth: 0
188188
- name: Setup Go
189-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
189+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
190190
with:
191191
go-version: ${{ env.GO_VERSION }}
192192
check-latest: true
@@ -239,7 +239,7 @@ jobs:
239239
- name: Clone the code
240240
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
241241
- name: Setup Go
242-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
242+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
243243
with:
244244
go-version: ${{ env.GO_VERSION }}
245245
check-latest: true
@@ -281,7 +281,7 @@ jobs:
281281
with:
282282
fetch-depth: 0
283283
- name: Setup Go
284-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
284+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
285285
with:
286286
go-version: ${{ env.GO_VERSION }}
287287
check-latest: true
@@ -328,7 +328,7 @@ jobs:
328328
with:
329329
fetch-depth: 0
330330
- name: Setup Go
331-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
331+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
332332
with:
333333
go-version: ${{ env.GO_VERSION }}
334334
check-latest: true
@@ -363,7 +363,7 @@ jobs:
363363
with:
364364
fetch-depth: 0
365365
- name: Setup Go
366-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
366+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
367367
with:
368368
go-version: ${{ env.GO_VERSION }}
369369
check-latest: true
@@ -389,7 +389,7 @@ jobs:
389389
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
390390

391391
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
392-
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
392+
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
393393
with:
394394
go-version: ${{ env.GO_VERSION }}
395395
check-latest: true

.github/workflows/publishimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646
- name: Setup Go
47-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
47+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
check-latest: true

.github/workflows/scdiff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
ref: ${{ steps.config.outputs.base }}
8484
- name: Setup Go
85-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
85+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
8686
with:
8787
go-version: ${{ env.GO_VERSION }}
8888
check-latest: true

0 commit comments

Comments
 (0)