File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
17
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
18
18
- name : Setup Go
19
19
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
20
20
with :
30
30
runs-on : ubuntu-20.04
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
33
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34
34
- name : Setup Go
35
35
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
36
36
with :
43
43
runs-on : ubuntu-20.04
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
46
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
47
47
- name : Setup Go
48
48
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
49
49
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
16
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
17
17
- name : Initialize CodeQL
18
18
uses : github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
19
19
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-20.04
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
14
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Setup Go
You can’t perform that action at this time.
0 commit comments