chore: incorrect runs-on
Some checks failed
Build, Package and Push Images / container-sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / generate-licences (push) Blocked by required conditions
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 28s
Build, Package and Push Images / sonarqube (push) Has been cancelled
Build, Package and Push Images / sbom-scan (push) Has been cancelled
Build, Package and Push Images / container-build (push) Has been cancelled
Some checks failed
Build, Package and Push Images / container-sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / generate-licences (push) Blocked by required conditions
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 28s
Build, Package and Push Images / sonarqube (push) Has been cancelled
Build, Package and Push Images / sbom-scan (push) Has been cancelled
Build, Package and Push Images / container-build (push) Has been cancelled
This commit is contained in:
parent
03f53faac9
commit
17e44ea1e4
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ jobs:
|
|||
|
||||
sonarqube:
|
||||
needs: build
|
||||
runs-on: catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
if: github.ref_name == 'master'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue