diff --git a/.github/workflows/reusable-go-ci.yaml b/.github/workflows/reusable-go-ci.yaml index f9e06f7..34b7d3c 100644 --- a/.github/workflows/reusable-go-ci.yaml +++ b/.github/workflows/reusable-go-ci.yaml @@ -187,7 +187,7 @@ jobs: - name: Publish test report as Check if: ${{ always() && (github.event_name == 'pull_request') }} - uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1 + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 with: report_paths: "${{ inputs.module }}/junit.xml" check_name: "Test Report (${{ inputs.name }})"