File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 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@a12a3943b4bdde767164f792f33f40b04645d846
17
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
18
18
- name : Setup Go
19
19
uses : actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
20
20
with :
30
30
runs-on : ubuntu-20.04
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
33
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
34
34
- name : Setup Go
35
35
uses : actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
36
36
with :
43
43
runs-on : ubuntu-20.04
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
46
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
47
47
- name : Setup Go
48
48
uses : actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
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@a12a3943b4bdde767164f792f33f40b04645d846
16
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
17
17
- name : Initialize CodeQL
18
18
uses : github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78
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@a12a3943b4bdde767164f792f33f40b04645d846
14
+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
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