From 8709c2e78e2b534c637289ceb5d72091c8f0c433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:53:08 +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/ci_cov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cov.yaml b/.github/workflows/ci_cov.yaml index 8960f9b4..5f569ac8 100644 --- a/.github/workflows/ci_cov.yaml +++ b/.github/workflows/ci_cov.yaml @@ -56,7 +56,7 @@ jobs: # Upload coverage to qlty - name: Upload coverage to qlty - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2 with: oidc: true files: coverage.xml