diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82e8b90..dcf331a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: retention-days: 30 - name: Coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@049f7ec958c672fd31d5cc1cb01622dc8d2e23ab # 5.5.10 + uses: danielpalme/ReportGenerator-GitHub-Action@d3ebf1f760f7d8ab92cc44d9bcfee7ad73722a31 # 5.5.11 with: reports: ${{ github.workspace }}/coverage/**/coverage.cobertura.xml targetdir: ${{ github.workspace }}/coverage-report