diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index c7aff479..1e1ea4d3 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -119,7 +119,7 @@ jobs: helm unittest ./helm/flowfuse -t JUnit -o junit-results.xml - 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: check_name: 'Helm chart unit tests'