chore: dotnet 8 not supported
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 34s
Build, Package and Push Images / container-build (push) Successful in 1m30s
Build, Package and Push Images / sonarqube (push) Successful in 1m40s
Build, Package and Push Images / generate-licences (push) Failing after 16s
Build, Package and Push Images / container-sbom-scan (push) Successful in 34s

This commit is contained in:
Timothy Schenk 2024-01-29 14:17:06 +01:00
parent 2516279abf
commit 9f2db032c3

View file

@ -187,7 +187,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: 8.0 dotnet-version: 7.0
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore