Skip to content

Commit

Permalink
Switch unstable to edge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Jun 28, 2024
1 parent 583d28d commit 0e95451
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 @@ -21,7 +21,7 @@ jobs:
tests:
name: Unit Tests
runs-on: 'ubuntu-latest'
container: greenbone/gvm-libs:unstable
container: greenbone/gvm-libs:edge
steps:
- uses: actions/checkout@v4
- run: sh .github/install-dependencies.sh
Expand All @@ -40,7 +40,7 @@ jobs:
scan-build:
name: Scan-build gvm-libs with clang
runs-on: 'ubuntu-latest'
container: greenbone/gvm-libs:unstable
container: greenbone/gvm-libs:edge
steps:
- uses: actions/checkout@v4
- run: sh .github/install-dependencies.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis-c.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/gvm-libs:unstable
container: greenbone/gvm-libs:edge

strategy:
fail-fast: false
Expand Down

0 comments on commit 0e95451

Please sign in to comment.