chore: bothersome
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 31s
Build, Package and Push Images / sbom-scan (push) Successful in 27s
Build, Package and Push Images / container-build (push) Successful in 1m30s
Build, Package and Push Images / sonarqube (push) Successful in 1m36s
Build, Package and Push Images / generate-licences (push) Failing after 31s
Build, Package and Push Images / container-sbom-scan (push) Successful in 35s
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 31s
Build, Package and Push Images / sbom-scan (push) Successful in 27s
Build, Package and Push Images / container-build (push) Successful in 1m30s
Build, Package and Push Images / sonarqube (push) Successful in 1m36s
Build, Package and Push Images / generate-licences (push) Failing after 31s
Build, Package and Push Images / container-sbom-scan (push) Successful in 35s
This commit is contained in:
parent
053b6139a1
commit
9eb092987d
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ jobs:
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: https://github.com/actions/setup-dotnet@v3
|
uses: https://github.com/actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
global-json-file: global.json
|
dotnet-version: |
|
||||||
|
7.0
|
||||||
|
8.0
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue