Skip to content

Commit

Permalink
Fix: Test if setting explicit ref works
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Oct 1, 2024
1 parent d8c92ca commit 5734eed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
container: registry.community.greenbone.net/community/gvm-libs:edge
steps:
- uses: actions/checkout@v4
with:
ref: "DEVOPS-1244_rschardt"
- uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
- name: Check Source Format
run: |
Expand All @@ -26,6 +28,8 @@ jobs:
container: registry.community.greenbone.net/community/gvm-libs:edge
steps:
- uses: actions/checkout@v4
with:
ref: "DEVOPS-1244_rschardt"
- uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
- name: Configure and Compile boreas
run: |
Expand All @@ -41,6 +45,8 @@ jobs:
container: registry.community.greenbone.net/community/gvm-libs:edge
steps:
- uses: actions/checkout@v4
with:
ref: "DEVOPS-1244_rschardt"
- uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt
- name: Install clang tools
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: "DEVOPS-1244_rschardt"
- uses: ./.github/actions/install-dependencies-action@DEVOPS-1244_rschardt

# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit 5734eed

Please sign in to comment.