From eb06889609b73c8e063db0fa1b1e22fbeb2f6284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:12:29 +0000 Subject: [PATCH] Bump qltysh/qlty-action from 2 to 2.2.1 in the github-actions group Bumps the github-actions group with 1 update: [qltysh/qlty-action](https://github.com/qltysh/qlty-action). Updates `qltysh/qlty-action` from 2 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/v2...v2.2.1) --- updated-dependencies: - dependency-name: qltysh/qlty-action dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ef32e7..f69c8d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - name: Test run: vendor/bin/phpunit - name: Code Coverage - uses: qltysh/qlty-action/coverage@v2 + uses: qltysh/qlty-action/coverage@v2.2.1 with: oidc: true files: build/logs/clover.xml