From c0ffdfc7f305e46c123b9fd54f460df634527769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:33:49 +0000 Subject: [PATCH] Bump qltysh/qlty-action from 2.2.0 to 2.2.1 Bumps [qltysh/qlty-action](https://github.com/qltysh/qlty-action) from 2.2.0 to 2.2.1. - [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/a19242102d17e497f437d7466aa01b528537e899...fd52dc852530a708d68c3b7342f8d33d1df4cd55) --- updated-dependencies: - dependency-name: qltysh/qlty-action dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e125775c..1173b525 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@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + - uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage-*/*.json