File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v4
30
30
31
31
# Initializes the CodeQL tools for scanning.
32
- - uses : actions/setup-go@v5
32
+ - uses : actions/setup-go@v5.0.1
33
33
with :
34
34
go-version-file : go.mod
35
35
check-latest : true
Original file line number Diff line number Diff line change 21
21
with :
22
22
# Allow goreleaser to access older tag information.
23
23
fetch-depth : 0
24
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
24
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
25
25
with :
26
26
go-version-file : " go.mod"
27
27
cache : true
Original file line number Diff line number Diff line change 18
18
timeout-minutes : 5
19
19
steps :
20
20
- uses : actions/checkout@v4 # v3.3.0
21
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
21
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
22
22
with :
23
23
go-version-file : ' go.mod'
24
24
check-latest : true
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- uses : actions/checkout@v4 # v3.3.0
32
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
32
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
33
33
with :
34
34
go-version-file : ' go.mod'
35
35
check-latest : true
44
44
45
45
steps :
46
46
- uses : actions/checkout@v4 # v3.3.0
47
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
47
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
48
48
with :
49
49
go-version-file : ' go.mod'
50
50
check-latest : true
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- uses : actions/checkout@v4 # v3.3.0
66
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
66
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
67
67
with :
68
68
go-version-file : ' go.mod'
69
69
check-latest : true
89
89
- ' 1.6.*'
90
90
steps :
91
91
- uses : actions/checkout@v4 # v3.3.0
92
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
92
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
93
93
with :
94
94
go-version-file : ' go.mod'
95
95
check-latest : true
You can’t perform that action at this time.
0 commit comments