diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cb7a96..a481ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - run: ./gradlew check - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6 if: always() with: report_paths: "**/build/test-results/test/TEST-*.xml"