File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
- name : Checkout repository
38
38
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
39
- name : Install Go
40
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
40
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
41
41
with :
42
42
go-version-file : go.mod
43
43
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
24
24
- name : Set up Go
25
- uses : actions/setup-go@v5
25
+ uses : actions/setup-go@v6
26
26
with :
27
27
go-version-file : go.mod
28
28
42
42
fetch-depth : 0
43
43
44
44
- name : Set up Go
45
- uses : actions/setup-go@v5
45
+ uses : actions/setup-go@v6
46
46
with :
47
47
go-version-file : go.mod
48
48
60
60
fetch-depth : 0
61
61
62
62
- name : Set up Go
63
- uses : actions/setup-go@v5
63
+ uses : actions/setup-go@v6
64
64
with :
65
65
go-version-file : go.mod
66
66
You can’t perform that action at this time.
0 commit comments