Skip to content

Commit 662afca

Browse files
authored
Merge pull request #2596 from kubernetes/dependabot/github_actions/actions/setup-go-5.3.0
build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0
2 parents 288b3cf + 21df570 commit 662afca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333

3434
- name: Set up Go 1.x
35-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
35+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
id: go
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555

5656
- name: Set up Go 1.x
57-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
57+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5858
with:
5959
go-version: ${{ env.GO_VERSION }}
6060
id: go
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7676

7777
- name: Set up Go 1.x
78-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
78+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
7979
with:
8080
go-version: ${{ env.GO_VERSION }}
8181
id: go
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9797

9898
- name: Set up Go 1.x
99-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
99+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
100100
with:
101101
go-version: ${{ env.GO_VERSION }}
102102
id: go
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118118

119119
- name: Set up Go 1.x
120-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
120+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
121121
with:
122122
go-version: ${{ env.GO_VERSION }}
123123
id: go
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
154154

155155
- name: Set up Go 1.x
156-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
156+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
157157
with:
158158
go-version: ${{ env.GO_VERSION }}
159159
id: go
@@ -184,7 +184,7 @@ jobs:
184184
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
185185

186186
- name: Set up Go 1.x
187-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
187+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
188188
with:
189189
go-version: ${{ env.GO_VERSION }}
190190
id: go
@@ -205,7 +205,7 @@ jobs:
205205
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
206206

207207
- name: Set up Go 1.x
208-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
208+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
209209
with:
210210
go-version: ${{ env.GO_VERSION }}
211211
id: go

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
name: Checkout code
2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
21+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
- name: Install govulncheck binary

0 commit comments

Comments
 (0)