From 4b8b7752a2d0ea9181b8d3853953e589d6380c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:18:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20ci(deps):=20Bump=20lucassabreu/c?= =?UTF-8?q?omment-coverage-clover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the github-actions group with 1 update: [lucassabreu/comment-coverage-clover](https://github.com/lucassabreu/comment-coverage-clover). Updates `lucassabreu/comment-coverage-clover` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/lucassabreu/comment-coverage-clover/releases) - [Changelog](https://github.com/lucassabreu/comment-coverage-clover/blob/main/CHANGELOG.md) - [Commits](https://github.com/lucassabreu/comment-coverage-clover/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: lucassabreu/comment-coverage-clover dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 976fa11..0006ca9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -77,7 +77,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Comment the new code coverage - uses: lucassabreu/comment-coverage-clover@v0.16.0 + uses: lucassabreu/comment-coverage-clover@v0.17.0 continue-on-error: true with: file: ./coverage/clover.xml