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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
20
20
with :
21
21
repository : step-security/secure-workflows
22
22
Original file line number Diff line number Diff line change 46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
49
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # 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 couple of runs
28
28
29
- - uses : actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
29
+ - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
30
30
with :
31
31
repository : step-security/secure-workflows
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Go
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
28
+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.0.0
29
29
with :
30
30
persist-credentials : false
31
31
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # 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