From 69bbc507da147aa678fa16f0ff0e08b4a6f8e1c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:41:21 +0000 Subject: [PATCH] Bump qltysh/qlty-action in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [qltysh/qlty-action](https://github.com/qltysh/qlty-action). Updates `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/a2277a908db90c4c868832fb9204521fb940fdb4...fd52dc852530a708d68c3b7342f8d33d1df4cd55) --- updated-dependencies: - dependency-name: qltysh/qlty-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... 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 7e3bc24..f2c7954 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Test run: vendor/bin/phpunit - name: Code Coverage - uses: qltysh/qlty-action/coverage@a2277a908db90c4c868832fb9204521fb940fdb4 # v1 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 with: oidc: true files: build/logs/clover.xml