Skip to content

Commit

Permalink
Change: Use stable tag of gsad-build for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored and bjoernricks committed Jun 27, 2023
1 parent 53cfe7e commit 2706bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
container:
- greenbone/gsad-build:unstable
- greenbone/gsad-build:stable
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
unittests:
name: Unit Tests
runs-on: ubuntu-latest
container: greenbone/gsad-build:unstable
container: greenbone/gsad-build:stable
steps:
- uses: actions/checkout@v3
- name: Configure and compile gsad
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
actions: read
contents: read
security-events: write
container: greenbone/gsad-build:unstable
container: greenbone/gsad-build:stable

steps:
- name: Checkout repository
Expand Down

0 comments on commit 2706bfd

Please sign in to comment.