File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
actions : write
17
17
18
18
steps :
19
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
19
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
20
20
with :
21
21
repository : step-security/secure-repo
22
22
Original file line number Diff line number Diff line change 46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after a couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
49
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 19
19
with :
20
20
egress-policy : audit
21
21
- name : Checkout
22
- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
22
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Set up Go
Original file line number Diff line number Diff line change 25
25
objects.githubusercontent.com:443
26
26
golang.org:443
27
27
- name : Checkout
28
- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
28
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2
29
29
with :
30
30
ref : ${{ github.event.pull_request.head.sha }}
31
31
- name : Set up Go
Original file line number Diff line number Diff line change 26
26
with :
27
27
egress-policy : audit # TODO: change to 'egress-policy: block' after a couple of runs
28
28
29
- - uses : actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
29
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
30
30
with :
31
31
repository : step-security/secure-repo
32
32
Original file line number Diff line number Diff line change 21
21
with :
22
22
egress-policy : audit
23
23
- name : Checkout
24
- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
24
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Go
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
35
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
36
36
with :
37
37
persist-credentials : false
38
38
Original file line number Diff line number Diff line change 30
30
objects.githubusercontent.com:443
31
31
golang.org:443
32
32
- name : Checkout
33
- uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
33
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2
34
34
with :
35
35
ref : ${{ github.event.pull_request.head.sha }}
36
36
- name : Set up Go
You can’t perform that action at this time.
0 commit comments