File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 84
84
85
85
- name : Set up Go
86
86
id : go
87
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
87
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
88
88
with :
89
89
go-version : ${{ env.GOLANG_VERSION }}
90
90
check-latest : true
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- name : Set up Go
116
116
id : go
117
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
117
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
118
118
with :
119
119
go-version : ${{ steps.golangversion.outputs.version }}
120
120
check-latest : true
@@ -242,7 +242,7 @@ jobs:
242
242
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
243
243
244
244
- name : Setup Go
245
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
245
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
246
246
with :
247
247
go-version : ${{ needs.build.outputs.golangversion }}
248
248
check-latest : true
Original file line number Diff line number Diff line change 11
11
- name : ' Checkout Repository'
12
12
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
13
13
- name : ' Dependency Review'
14
- uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
14
+ uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
23
23
- name : Set up Go
24
24
id : go
25
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
25
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
26
26
with :
27
27
go-version : ${{ env.GOLANG_VERSION }}
28
28
check-latest : true
29
29
30
30
- name : golangci-lint
31
- uses : golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0 .0
31
+ uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3 .0
32
32
with :
33
33
version : v1.56
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151
151
152
152
- name : Set up Go
153
153
id : go
154
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
154
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
155
155
with :
156
156
go-version : ${{ env.GOLANG_VERSION }}
157
157
check-latest : true
Original file line number Diff line number Diff line change 20
20
run : echo "GOLANG_VERSION=$(cat GOLANG_VERSION)" >> $GITHUB_ENV
21
21
22
22
- name : Set up Go
23
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
23
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
24
24
with :
25
25
go-version : ${{ env.GOLANG_VERSION }}
26
26
check-latest : true
You can’t perform that action at this time.
0 commit comments