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 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
49
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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 # TODO: change to 'egress-policy: block' after couple of runs
23
23
24
24
- name : " Checkout Repository"
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
26
- name : " Dependency Review"
27
27
uses : actions/dependency-review-action@4901385134134e04cec5fbe5ddfe3b2c5bd5d976 # v4.0.0
Original file line number Diff line number Diff line change 14
14
with :
15
15
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
16
16
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
18
18
- name : installing node@18
19
19
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
20
20
with :
Original file line number Diff line number Diff line change 12
12
with :
13
13
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
14
14
15
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16
16
- name : installing node@18
17
17
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
18
18
with :
Original file line number Diff line number Diff line change 38
38
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
39
39
40
40
- name : " Checkout code"
41
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.1.0
41
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3.1.0
42
42
with :
43
43
persist-credentials : false
44
44
You can’t perform that action at this time.
0 commit comments