diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1a73d9d..7ef90b9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -73,7 +73,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: publish test report - uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d + uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 if: ${{ !cancelled() }} with: report_paths: 'reports/junit/*.xml'