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