Skip to content

Commit 7f04754

Browse files
Robert SchardtRobert Schardt
Robert Schardt
authored and
Robert Schardt
committed
Fix: Add changes to ci-c.yml
1 parent 1da3099 commit 7f04754

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci-c.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: 'ubuntu-latest'
1414
container: registry.community.greenbone.net/community/gvm-libs:edge
1515
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
1718
- name: Check Source Format
1819
run: |
1920
clang-format -i -style=file src/*.c
@@ -24,7 +25,8 @@ jobs:
2425
runs-on: 'ubuntu-latest'
2526
container: registry.community.greenbone.net/community/gvm-libs:edge
2627
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
2830
- name: Configure and Compile boreas
2931
run: |
3032
mkdir build
@@ -38,7 +40,8 @@ jobs:
3840
runs-on: 'ubuntu-latest'
3941
container: registry.community.greenbone.net/community/gvm-libs:edge
4042
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
4245
- name: Install clang tools
4346
run: |
4447
apt update

0 commit comments

Comments
 (0)