diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 876fc7d4..e02d8120 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@c9576654e2fea2faa7b69e59550b3805bf6a9977 # v5.4.7 + - uses: danielpalme/ReportGenerator-GitHub-Action@4c0f60daf67483745c34efdeadd4c4e78a19991e # v5.4.8 with: reports: 'objectbox/coverage/lcov.info' targetdir: 'coveragereport'