File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
api.github.com:443
30
30
github.com:443
31
31
32
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v2
32
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2
33
33
- name : Update the rc tag
34
34
uses : step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
35
35
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@8ade135a41bc03ea155e62e844d188df1ea18608
49
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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 22
22
egress-policy : audit
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
25
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
Original file line number Diff line number Diff line change 32
32
api.github.com:443
33
33
github.com:443
34
34
35
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
35
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
36
36
- name : Update the rc tag
37
37
uses : step-security/publish-action@b438f840875fdcb7d1de4fc3d1d30e86cf6acb5d
38
38
with :
Original file line number Diff line number Diff line change 30
30
egress-policy : audit
31
31
32
32
- name : " Checkout code"
33
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v3.0.0
33
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.0.0
34
34
with :
35
35
persist-credentials : false
36
36
Original file line number Diff line number Diff line change 29
29
uploader.codecov.io:443
30
30
31
31
- name : Checkout
32
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
32
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
- name : Install Dependencies
34
34
run : npm ci
35
35
- name : Run coverage
You can’t perform that action at this time.
0 commit comments