From 3e8fc919c87dca11a62bcb7cd1f2d08072a6a135 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:35:45 +0000 Subject: [PATCH] chore(deps): update qltysh/qlty-action action to v2 --- .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 77f658e1..a85d089d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - run: bun run test --coverage-reporter=lcov --coverage-reporter=text - name: Report coverage if: ${{ github.repository_owner == 'maxmilton' }} - uses: qltysh/qlty-action/coverage@v1 + uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info