diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 0d1e08478..0731fa61d 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -107,7 +107,7 @@ jobs: result_path: objectbox/coverage/lcov.info min_coverage: 90 token: ${{ github.token }} - - uses: danielpalme/ReportGenerator-GitHub-Action@c4c5175a441c6603ec614f5084386dabe0e2295b # v5.4.12 + - uses: danielpalme/ReportGenerator-GitHub-Action@9870ed167742d546b99962ff815fcc1098355ed8 # v5.4.17 with: reports: 'objectbox/coverage/lcov.info' targetdir: 'coveragereport'