File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
24
24
25
25
- name : ' Checkout Repository'
26
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
27
27
- name : ' Dependency Review'
28
28
uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
29
29
with :
Original file line number Diff line number Diff line change 40
40
www.bridgecrew.cloud:443
41
41
api.snapcraft.io:443
42
42
- name : Checkout
43
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
43
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
44
44
- name : Testing with CFN Lint Command
45
45
uses : scottbrenner/cfn-lint-action@3d62d6342d536631db0f577ea353ef0952818281 # v2.4.1
46
46
with :
Original file line number Diff line number Diff line change 21
21
www.bridgecrew.cloud:443
22
22
docs.github.com:433
23
23
api.github.com:443
24
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
24
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
25
25
- name : Run StandardLint
26
26
uses : mikaelvesavuori/standardlint-action@b376b6d6afc5885d102894f6972133fa91d200f0 # v1.0.5
27
27
env :
Original file line number Diff line number Diff line change 37
37
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
38
38
39
39
- name : " Checkout code"
40
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
40
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
41
41
with :
42
42
persist-credentials : false
43
43
You can’t perform that action at this time.
0 commit comments