File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v2.3.5
38
+ uses : actions/checkout@v2.4.0
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
outputs :
15
15
has-docker : ${{ steps.info.outputs.has-docker }}
16
16
steps :
17
- - uses : actions/checkout@v2.3.5
17
+ - uses : actions/checkout@v2.4.0
18
18
with :
19
19
fetch-depth : ' 0'
20
20
- uses : moul/repoman-action@v1
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v2.3.5
30
+ uses : actions/checkout@v2.4.0
31
31
32
32
- name : Build the container image
33
33
Original file line number Diff line number Diff line change 32
32
outputs :
33
33
has-go-binary : ${{ steps.info.outputs.has-go-binary }}
34
34
steps :
35
- - uses : actions/checkout@v2.3.5
35
+ - uses : actions/checkout@v2.4.0
36
36
with :
37
37
fetch-depth : ' 0'
38
38
- uses : moul/repoman-action@v1
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v2.3.5
49
+ uses : actions/checkout@v2.4.0
50
50
- name : Set up Go
51
51
uses : actions/setup-go@v2
52
52
with :
70
70
matrix :
71
71
golangci_lint : [v1.38]
72
72
steps :
73
- - uses : actions/checkout@v2.3.5
73
+ - uses : actions/checkout@v2.4.0
74
74
- name : golangci-lint
75
75
76
76
with :
86
86
matrix :
87
87
golang : [1.16.x]
88
88
steps :
89
- - uses : actions/checkout@v2.3.5
89
+ - uses : actions/checkout@v2.4.0
90
90
- name : Install Go
91
91
uses : actions/setup-go@v2
92
92
with :
@@ -104,7 +104,7 @@ jobs:
104
104
OS : macos-latest
105
105
GOLANG : ${{ matrix.golang }}
106
106
steps :
107
- - uses : actions/checkout@v2.3.5
107
+ - uses : actions/checkout@v2.4.0
108
108
- name : Install Go
109
109
uses : actions/setup-go@v2
110
110
with :
@@ -146,7 +146,7 @@ jobs:
146
146
OS : ubuntu-latest
147
147
GOLANG : ${{ matrix.golang }}
148
148
steps :
149
- - uses : actions/checkout@v2.3.5
149
+ - uses : actions/checkout@v2.4.0
150
150
- name : Install Go
151
151
uses : actions/setup-go@v2
152
152
with :
Original file line number Diff line number Diff line change 12
12
name : Release-Notes Preview
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2.3.5
15
+ - uses : actions/checkout@v2.4.0
16
16
- run : |
17
17
git fetch --prune --unshallow --tags
18
18
26
26
name : Documentation
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2.3.5
29
+ - uses : actions/checkout@v2.4.0
30
30
with :
31
31
depth : 1
32
32
- uses : nosborn/github-action-markdown-cli@master
Original file line number Diff line number Diff line change 15
15
steps :
16
16
-
17
17
name : Checkout
18
- uses : actions/checkout@v2.3.5
18
+ uses : actions/checkout@v2.4.0
19
19
-
20
20
name : Unshallow
21
21
run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments