From 9405ee3368ad2d1b252de223a7fbadfb13e37429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:41:48 +0000 Subject: [PATCH] chore(deps): update qltysh/qlty-action digest to fd52dc8 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32be980a..669ad6e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - run: bun run test:ci --coverage-reporter=lcov --coverage-reporter=text - name: Report coverage if: ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }} - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info @@ -105,7 +105,7 @@ jobs: if: ${{ matrix.node-version == 26 && matrix.platform == 'ubuntu-latest' }} - name: Report coverage if: ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }} - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info