diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5090681d..b2d490fd 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@71e61f240f46e4c42f46d2f90c7254202978b05e # v5.1.12 + - uses: danielpalme/ReportGenerator-GitHub-Action@4d510cbed8a05af5aefea46c7fd6e05b95844c89 # v5.2.0 with: reports: 'objectbox/coverage/lcov.info' targetdir: 'coveragereport'