File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
# Manually install the right version of Go
45
45
# See https://github.com/github/codeql-action/issues/1842 and https://github.com/github/codeql/issues/13992
46
46
- name : Setup Go
47
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
47
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
48
48
with :
49
49
go-version-file : " go.mod"
50
50
# not needed but gets rid of warnings
Original file line number Diff line number Diff line change 20
20
with :
21
21
# Allow goreleaser to access older tag information.
22
22
fetch-depth : 0
23
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
23
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
24
24
with :
25
25
go-version-file : ' go.mod'
26
26
cache : true
Original file line number Diff line number Diff line change 24
24
timeout-minutes : 5
25
25
steps :
26
26
- uses : actions/checkout@v4 # v4.0.0
27
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
27
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
28
28
with :
29
29
go-version-file : ' go.mod'
30
30
cache : true
55
55
- ' 1.9.*'
56
56
steps :
57
57
- uses : actions/checkout@v4
58
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
58
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
59
59
with :
60
60
go-version-file : ' go.mod'
61
61
cache : true
Original file line number Diff line number Diff line change 36
36
timeout-minutes : 5
37
37
steps :
38
38
- uses : actions/checkout@v4 # v4.0.0
39
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
39
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
40
40
with :
41
41
go-version-file : ' go.mod'
42
42
# cache: true
58
58
with :
59
59
terraform_version : ${{ env.LATEST_VERSION }}
60
60
terraform_wrapper : false
61
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
61
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
62
62
with :
63
63
go-version-file : ' go.mod'
64
64
cache : true
89
89
- ' 1.11.*'
90
90
steps :
91
91
- uses : actions/checkout@v4 # v4.0.0
92
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
92
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
93
93
with :
94
94
go-version-file : ' go.mod'
95
95
cache : true
You can’t perform that action at this time.
0 commit comments