File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 10
10
with :
11
11
go-version : " ^1"
12
12
- name : Checkout repository
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Setup golangci-lint
16
16
uses : golangci/golangci-lint-action@v7
40
40
go-version : ${{ matrix.go }}
41
41
42
42
- name : Checkout Code
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
with :
45
45
ref : ${{ github.ref }}
46
46
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
You can’t perform that action at this time.
0 commit comments