From 751ba97eb158c2aba9d660c0afd6475bcb4079bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:33:30 +0000 Subject: [PATCH] Bump qltysh/qlty-action/coverage from 2.2.3 to 2.3.0 Bumps [qltysh/qlty-action/coverage](https://github.com/qltysh/qlty-action) from 2.2.3 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/dafbc1e328f1f92525f1a3916724bd5fa01498e8...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 74c2d40c..de9a6cf9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,7 +102,7 @@ jobs: - name: Download coverage reports from the test job uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 - - uses: qltysh/qlty-action/coverage@dafbc1e328f1f92525f1a3916724bd5fa01498e8 # v2.2.3 + - uses: qltysh/qlty-action/coverage@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage-*/*.json