From 1e19379bb5d8a6fe59c5ddf3d67beb0a9834adda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:08:20 +0000 Subject: [PATCH] Bump MishaKav/jest-coverage-comment Bumps [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) from fb83bcbaeb5ca467936175796f862a2992938833 to 58072a21b8b7f84d36a6e21b5d9a0cad08bc9d75. - [Release notes](https://github.com/mishakav/jest-coverage-comment/releases) - [Changelog](https://github.com/MishaKav/jest-coverage-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/mishakav/jest-coverage-comment/compare/fb83bcbaeb5ca467936175796f862a2992938833...58072a21b8b7f84d36a6e21b5d9a0cad08bc9d75) --- updated-dependencies: - dependency-name: MishaKav/jest-coverage-comment dependency-version: 58072a21b8b7f84d36a6e21b5d9a0cad08bc9d75 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab8edc95..82ae496a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Coverage comment if: github.event_name == 'pull_request' - uses: MishaKav/jest-coverage-comment@fb83bcbaeb5ca467936175796f862a2992938833 # main + uses: MishaKav/jest-coverage-comment@58072a21b8b7f84d36a6e21b5d9a0cad08bc9d75 # main with: coverage-summary-path: ./coverage/coverage-summary.json title: 'Coverage Report'