From 138db4e6fc57d8be034edbf566ed566ff18c7170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:43:06 +0000 Subject: [PATCH] Bump qltysh/qlty-action from 2.2.0 to 2.2.1 in the gha-patching group Bumps the gha-patching group with 1 update: [qltysh/qlty-action](https://github.com/qltysh/qlty-action). Updates `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 dependency-group: gha-patching ... Signed-off-by: dependabot[bot] --- .github/workflows/md.yml | 2 +- .github/workflows/php.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test-php.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/md.yml b/.github/workflows/md.yml index 46ee756..fd98868 100644 --- a/.github/workflows/md.yml +++ b/.github/workflows/md.yml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - - uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + - uses: qltysh/qlty-action/install@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 - name: Lint + format check (markdownlint) run: qlty check --all --filter=markdownlint diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 33fb440..6625d19 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -34,7 +34,7 @@ jobs: - name: Install dependencies run: composer install --no-interaction --prefer-dist - - uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + - uses: qltysh/qlty-action/install@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 - name: Lint (phpstan) run: qlty check --all --no-formatters --filter=phpstan diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 03721c6..7c3c3f2 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + - uses: qltysh/qlty-action/install@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 - name: Security scan run: qlty check --all --no-formatters --filter=gitleaks,trivy,bandit,osv-scanner diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index b9219ee..dfac4c3 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -39,7 +39,7 @@ jobs: - name: Upload coverage to Qlty if: matrix.php-version == '8.6' - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 with: coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/clover.xml