diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 61c9db667..301cb5dbf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -96,7 +96,7 @@ jobs: result_path: objectbox/coverage/lcov.info min_coverage: 90 token: ${{ github.token }} - - uses: danielpalme/ReportGenerator-GitHub-Action@2a2d60ea1c7e811f54684179af6ac1ae8c1ce69a # v5.2.5 + - uses: danielpalme/ReportGenerator-GitHub-Action@345a7c3866622fe946263314218ad2c12c388b8b # v5.3.7 with: reports: 'objectbox/coverage/lcov.info' targetdir: 'coveragereport'