chore: incorrect spot
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sbom-scan (push) Successful in 33s
Build, Package and Push Images / container-build (push) Successful in 1m28s
Build, Package and Push Images / sonarqube (push) Successful in 1m34s
Build, Package and Push Images / generate-licences (push) Failing after 36s
Build, Package and Push Images / container-sbom-scan (push) Successful in 37s

This commit is contained in:
Timothy Schenk 2024-01-29 14:31:19 +01:00
parent 9eb092987d
commit 77f81e3ca7

View file

@ -24,9 +24,7 @@ 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:
dotnet-version: | global-json-file: global.json
7.0
8.0
- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore
- name: Build - name: Build
@ -187,7 +185,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: | run: |
dotnet restore dotnet restore