diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2ad2234..4a3ae83 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@cc137d2b561c02b63ae869ffbe8f68af9d904bf4 # 5.4.6 with: reports: "tests/**/coverage.cobertura.xml" targetdir: "${{ github.workspace }}"