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
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:
parent
208ce9b0c3
commit
58b9610fca
1 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 8.0
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 8.0
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dotnet restore
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 8.0
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dotnet restore
|
||||
|
@ -98,7 +98,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 8.0
|
||||
# Add support for more platforms with QEMU (optional)
|
||||
# https://github.com/docker/setup-qemu-action
|
||||
- name: Set up QEMU
|
||||
|
@ -138,7 +138,7 @@ jobs:
|
|||
- name: Setup dotnet
|
||||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 7.0
|
||||
dotnet-version: 8.0
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dotnet restore
|
||||
|
|
Loading…
Add table
Reference in a new issue