File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 13
13
permissions :
14
14
contents : read
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
Original file line number Diff line number Diff line change 20
20
platform : [ubuntu-latest]
21
21
runs-on : ${{ matrix.platform }}
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
submodules : true
26
26
- uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 22
22
platform : [ubuntu-latest]
23
23
runs-on : ${{ matrix.platform }}
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- uses : actions/setup-go@v5
27
27
with :
28
28
go-version : ${{ matrix.go-version }}
You can’t perform that action at this time.
0 commit comments