File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ' ubuntu-latest'
14
14
container : registry.community.greenbone.net/community/gvm-libs:edge
15
15
steps :
16
- - uses : ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
16
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
+ - uses : ./.github/actions/install-dependencies-action
17
18
- name : Check Source Format
18
19
run : |
19
20
clang-format -i -style=file src/*.c
24
25
runs-on : ' ubuntu-latest'
25
26
container : registry.community.greenbone.net/community/gvm-libs:edge
26
27
steps :
27
- - uses : ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
28
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
+ - uses : ./.github/actions/install-dependencies-action
28
30
- name : Configure and Compile boreas
29
31
run : |
30
32
mkdir build
38
40
runs-on : ' ubuntu-latest'
39
41
container : registry.community.greenbone.net/community/gvm-libs:edge
40
42
steps :
41
- - uses : ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
43
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
44
+ - uses : ./.github/actions/install-dependencies-action
42
45
- name : Install clang tools
43
46
run : |
44
47
apt update
You can’t perform that action at this time.
0 commit comments