diff --git a/.github/workflows/ci-prb-reports.yml b/.github/workflows/ci-prb-reports.yml index b9bda3f808..60b9422d61 100644 --- a/.github/workflows/ci-prb-reports.yml +++ b/.github/workflows/ci-prb-reports.yml @@ -23,7 +23,7 @@ jobs: # File location set in ci-prb.yml and must be coordinated. name: test-results-${{ matrix.os }}-${{ matrix.java }} - name: Publish Test Report - uses: scacap/action-surefire-report@fd75ee04fbef040d0198e50ad153fcf997a0cf78 + uses: scacap/action-surefire-report@a915ba6359417544044fb06093a6c75097fe2a2b with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index d80fd29822..a97ef7d550 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -65,7 +65,7 @@ jobs: ./gradlew --parallel -PreleaseBuild=true$FIRST_GRADLE_TARGETS && ./gradlew -PreleaseBuild=true$SECOND_GRADLE_TARGETS - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@fd75ee04fbef040d0198e50ad153fcf997a0cf78 + uses: scacap/action-surefire-report@a915ba6359417544044fb06093a6c75097fe2a2b with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 4a7ea8aa02..ead15fde1c 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -66,7 +66,7 @@ jobs: ./gradlew --parallel$FIRST_GRADLE_TARGETS && ./gradlew$SECOND_GRADLE_TARGETS - name: Publish Test Results if: always() - uses: scacap/action-surefire-report@fd75ee04fbef040d0198e50ad153fcf997a0cf78 + uses: scacap/action-surefire-report@a915ba6359417544044fb06093a6c75097fe2a2b with: github_token: ${{ secrets.GITHUB_TOKEN }} report_paths: '**/build/test-results/test/TEST-*.xml'