diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2163e5c..ebeaf95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: category: trivy - name: Publish Test Report - uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 + uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2 if: always() with: report_paths: '**/target/*-reports/TEST-*.xml'