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@b4ffde65f46336ab88eb53be808477a3936bae11
17
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
33
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
46
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
16
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
17
17
- name : Initialize CodeQL
18
18
uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571
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@b4ffde65f46336ab88eb53be808477a3936bae11
14
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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