From ebc239a933aaf67e18266f7e29a12db728961942 Mon Sep 17 00:00:00 2001 From: Thomas Mathieson Date: Sun, 22 Jun 2025 08:41:23 +0200 Subject: [PATCH 1/2] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0d2212d..d284164 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,7 +33,7 @@ jobs: run: dotnet test --configuration Release --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage - name: Code Coverage Report - uses: irongut/CodeCoverageSummary@v1.3 + uses: irongut/CodeCoverageSummary@v1.3.0 with: filename: coverage/**/coverage.cobertura.xml badge: true From 8bc4ad8fb0bf130cd77c036c1bb3861d2bb32214 Mon Sep 17 00:00:00 2001 From: Thomas Mathieson Date: Sun, 22 Jun 2025 08:45:37 +0200 Subject: [PATCH 2/2] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d284164..d425fe8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,5 +1,8 @@ name: .NET +permissions: + pull-requests: write + on: push: branches: [ main ]