From aa448826ae8b297558e293846326041a871b9ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:12:38 +0000 Subject: [PATCH] Bump qltysh/qlty-action/coverage from 2.2.1 to 2.3.0 Bumps [qltysh/qlty-action/coverage](https://github.com/qltysh/qlty-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/qltysh/qlty-action/releases) - [Changelog](https://github.com/qltysh/qlty-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/qltysh/qlty-action/compare/fd52dc852530a708d68c3b7342f8d33d1df4cd55...08a0a862c159eae9b9003081da6663d96efef637) --- updated-dependencies: - dependency-name: qltysh/qlty-action/coverage dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b0b954..5d3b6f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: bundler-cache: true - name: Test run: bundle exec rspec - - uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/coverage@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: ./coverage/coverage.json