diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2ad2234..630c2de 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -73,7 +73,7 @@ jobs: if: always() - name: 'Generate Coverage Reports' - uses: danielpalme/ReportGenerator-GitHub-Action@c38c522d4b391c1b0da979cbb2e902c0a252a7dc # 5.4.3 + uses: danielpalme/ReportGenerator-GitHub-Action@f1927db1dbfc029b056583ee488832e939447fe6 # 5.4.4 with: reports: "tests/**/coverage.cobertura.xml" targetdir: "${{ github.workspace }}"