Skip to content

Commit b954ff6

Browse files
build(deps): Bump actions/setup-go from 5.0.1 to 5.0.2
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@cdcb360...0a12ed9) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85d1423 commit b954ff6

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333

3434
- name: Set up Go 1.x
35-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
35+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
id: go
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5555

5656
- name: Set up Go 1.x
57-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
57+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5858
with:
5959
go-version: ${{ env.GO_VERSION }}
6060
id: go
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7676

7777
- name: Set up Go 1.x
78-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
78+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
7979
with:
8080
go-version: ${{ env.GO_VERSION }}
8181
id: go
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9797

9898
- name: Set up Go 1.x
99-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
99+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
100100
with:
101101
go-version: ${{ env.GO_VERSION }}
102102
id: go
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
118118

119119
- name: Set up Go 1.x
120-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
120+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
121121
with:
122122
go-version: ${{ env.GO_VERSION }}
123123
id: go
@@ -153,7 +153,7 @@ jobs:
153153
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
154154

155155
- name: Set up Go 1.x
156-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
156+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
157157
with:
158158
go-version: ${{ env.GO_VERSION }}
159159
id: go
@@ -174,7 +174,7 @@ jobs:
174174
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
175175

176176
- name: Set up Go 1.x
177-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
177+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
178178
with:
179179
go-version: ${{ env.GO_VERSION }}
180180
id: go
@@ -195,7 +195,7 @@ jobs:
195195
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
196196

197197
- name: Set up Go 1.x
198-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
198+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
199199
with:
200200
go-version: ${{ env.GO_VERSION }}
201201
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919
name: Checkout code
2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
21+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
- name: Install govulncheck binary

0 commit comments

Comments
 (0)