From 7b783110039ace8ace6cbd96b1e076c9f2f9a53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 09:55:17 +0000 Subject: [PATCH] Bump qltysh/qlty-action from 1 to 2 Bumps [qltysh/qlty-action](https://github.com/qltysh/qlty-action) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: qltysh/qlty-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... 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 2625e8ca..22a209a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - name: Download coverage reports from the test job uses: actions/download-artifact@v4 - - uses: qltysh/qlty-action/coverage@v1 + - uses: qltysh/qlty-action/coverage@v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage-*/*.json