From 3c65e9b1aad8948a568c958206dc1392a0f9a2fd Mon Sep 17 00:00:00 2001 From: Ben Yarger Date: Tue, 30 Jul 2024 12:54:57 -0700 Subject: [PATCH] Changing contents permission and updating the version of action-surefire-report being used which is causing issues. --- .github/workflows/java-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index 6895dc3..aed875e 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: checks: write - contents: read + contents: write issues: read pull-requests: write steps: @@ -27,4 +27,4 @@ jobs: run: mvn -U -f NSTTutorials/pom.xml clean test -Dgpg.skip=true - name: Publish Test Report if: ${{ always() }} - uses: scacap/action-surefire-report@v1 + uses: scacap/action-surefire-report@v1.8.0