From b92642e9422b5f5779542cf25a636cb0f611ae25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 18:15:14 +0000 Subject: [PATCH] chore(deps): pin mishakav/jest-coverage-comment action to 14d08a6 --- .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 a6fd1102e..788f74f04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - name: Coverage if: always() - uses: MishaKav/jest-coverage-comment@main + uses: MishaKav/jest-coverage-comment@14d08a64515f6fd4b28ae6a67c5c43364cea1357 # main with: junitxml-title: JUnit junitxml-path: ./junit.xml