ci: test something

Signed-off-by: Timothy Schenk <admin@rainote.dev>
This commit is contained in:
Timothy Schenk 2025-01-16 14:34:17 +01:00
parent 3a24dabdf2
commit 9286c9fe98
Signed by: rainote
SSH key fingerprint: SHA256:pnkNSDwpAnaip00xaZlVFHKKsS7T8UtOomMzvs0yITE
2 changed files with 154 additions and 154 deletions

View file

@ -188,8 +188,8 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: |
7.0
8.0
9.0
dotnet-quality: preview
- name: Install dependencies
run: |
dotnet restore

View file

@ -1,4 +1,4 @@
name: PR Workflow
name: PR Workflow
run-name: ${{ gitea.actor }} PR related workflow
on:
pull_request:
@ -64,7 +64,7 @@ jobs:
container-build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a
needs: [ build, preprocess ]
needs: [build, preprocess]
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
@ -102,7 +102,7 @@ jobs:
platforms: linux/amd64, linux/arm64
container-sbom-scan:
needs: [ container-build, preprocess ]
needs: [container-build, preprocess]
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a
steps:
@ -143,7 +143,7 @@ jobs:
bomFilename: ${{ github.workspace }}/container-bom.json
generate-licences:
needs: [ build, preprocess ]
needs: [build, preprocess]
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a
steps:
@ -152,8 +152,8 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: |
7.0
8.0
9.0
dotnet-quality: preview
- name: Install dependencies
run: |
dotnet restore