diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0d2212d..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 ] @@ -33,7 +36,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