ci: adjust to use global.json instead
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 33s
Build, Package and Push Images / sbom-scan (push) Successful in 35s
Build, Package and Push Images / container-build (push) Successful in 1m31s
Build, Package and Push Images / sonarqube (push) Successful in 1m35s
Build, Package and Push Images / generate-licences (push) Failing after 34s
Build, Package and Push Images / container-sbom-scan (push) Successful in 38s

This commit is contained in:
Timothy Schenk 2024-01-29 14:22:54 +01:00
parent 9f2db032c3
commit 053b6139a1

View file

@ -24,7 +24,7 @@ jobs:
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 8.0
global-json-file: global.json
- name: Install dependencies
run: dotnet restore
- name: Build
@ -42,7 +42,7 @@ jobs:
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 8.0
global-json-file: global.json
- name: Install dependencies
run: |
dotnet restore
@ -73,9 +73,7 @@ jobs:
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: |
7.0
8.0
global-json-file: global.json
- name: Install dependencies
run: |
dotnet restore
@ -106,7 +104,7 @@ jobs:
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 8.0
global-json-file: global.json
# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
@ -146,7 +144,7 @@ jobs:
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 8.0
global-json-file: global.json
- name: Install dependencies
run: |
dotnet restore
@ -187,7 +185,7 @@ jobs:
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 7.0
global-json-file: global.json
- name: Install dependencies
run: |
dotnet restore