23
23
with :
24
24
egress-policy : audit # TODO: change to 'egress-policy: block' after a couple of runs
25
25
26
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
28
28
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
43
43
with :
44
44
egress-policy : audit # TODO: change to 'egress-policy: block' after a couple of runs
45
45
46
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47
47
48
48
- uses : ./.github/actions/block-pr-from-main-branch
49
49
56
56
with :
57
57
egress-policy : audit # TODO: change to 'egress-policy: block' after a couple of runs
58
58
59
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
60
60
61
61
- name : Set up Python 3.x for DCO check
62
62
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
75
75
with :
76
76
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
77
77
78
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
79
79
with :
80
80
submodules : recursive
81
81
@@ -100,14 +100,14 @@ jobs:
100
100
with :
101
101
egress-policy : audit
102
102
103
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
103
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
104
104
105
105
- run : sudo apt-get install shellcheck
106
106
107
107
- run : shellcheck scripts/*.sh
108
108
109
109
- name : Install shunit2 for shell unit tests
110
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
110
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
111
111
with :
112
112
repository : kward/shunit2
113
113
path : .tools/shunit2
0 commit comments