chore: upgrade to .net 8
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 27s
Build, Package and Push Images / sbom-scan (push) Failing after 27s
Build, Package and Push Images / sonarqube (push) Successful in 1m22s
Build, Package and Push Images / container-build (push) Successful in 1m14s
Build, Package and Push Images / container-sbom-scan (push) Successful in 34s

This commit is contained in:
Timothy Schenk 2023-11-06 10:52:38 +01:00
parent 208ce9b0c3
commit 58b9610fca

View file

@ -19,7 +19,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: 7.0 dotnet-version: 8.0
- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore
- name: Build - name: Build
@ -36,7 +36,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: 7.0 dotnet-version: 8.0
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore
@ -67,7 +67,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: 7.0 dotnet-version: 8.0
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore
@ -98,7 +98,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: 7.0 dotnet-version: 8.0
# Add support for more platforms with QEMU (optional) # Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action # https://github.com/docker/setup-qemu-action
- name: Set up QEMU - name: Set up QEMU
@ -138,7 +138,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: 7.0 dotnet-version: 8.0
- name: Install dependencies - name: Install dependencies
run: | run: |
dotnet restore dotnet restore