diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 82278a5..e377e17 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -12,6 +12,11 @@ jobs: runs-on: ubuntu-latest + permissions: + contents: read + checks: write + pull-requests: write + steps: # Checkout repository - name: Checkout repository @@ -21,7 +26,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.0' + dotnet-version: '8.0.x' # Restore all of the dependencies - name: Restore dependencies @@ -39,4 +44,4 @@ jobs: name: xUnit Tests path: ./TestResults/*.trx reporter: dotnet-trx - fail-on-error: false \ No newline at end of file + fail-on-error: false