From 15c6132c0f55cc2b9af9c4a9e381929db88353ad Mon Sep 17 00:00:00 2001 From: William <69386111+MrBisquit@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:59:37 +0100 Subject: [PATCH] Update test-report.yml --- .github/workflows/test-report.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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