File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
api.github.com:443
29
29
github.com:443
30
30
31
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2
31
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2
32
32
- name : Update the rc tag
33
33
uses : step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
34
34
with :
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
49
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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 31
31
api.github.com:443
32
32
github.com:443
33
33
34
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
34
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
35
35
- name : Update the rc tag
36
36
uses : step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
37
37
with :
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # tag=v3.0.0
28
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.0.0
29
29
with :
30
30
persist-credentials : false
31
31
Original file line number Diff line number Diff line change 28
28
uploader.codecov.io:443
29
29
30
30
- name : Checkout
31
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
31
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
32
32
- name : Install Dependencies
33
33
run : npm ci
34
34
- name : Run coverage
You can’t perform that action at this time.
0 commit comments