From 705b9c26ed54b9db4fd36c0eef41c99cd895ebee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:33:00 +0000 Subject: [PATCH] Bump qltysh/qlty-action/install in the github-actions-patching group Bumps the github-actions-patching group with 1 update: [qltysh/qlty-action/install](https://github.com/qltysh/qlty-action). Updates `qltysh/qlty-action/install` 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/install dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-patching ... Signed-off-by: dependabot[bot] --- .github/workflows/css.yml | 2 +- .github/workflows/js.yml | 2 +- .github/workflows/json.yml | 2 +- .github/workflows/md.yml | 2 +- .github/workflows/python.yml | 2 +- .github/workflows/security.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index ad4f142..228cfe4 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.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 (stylelint) run: qlty check --all --filter=stylelint diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index bf24a72..c06dfaf 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -27,7 +27,7 @@ jobs: node-version: lts/* #cache: npm - - uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + - uses: qltysh/qlty-action/install@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 - name: Lint (oxc, knip) run: qlty check --all --no-formatters --filter=oxc,knip diff --git a/.github/workflows/json.yml b/.github/workflows/json.yml index 1567bcf..fefe05d 100644 --- a/.github/workflows/json.yml +++ b/.github/workflows/json.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: Format check (prettier) run: git ls-files -- '*.json' | xargs -r qlty check --filter=prettier diff --git a/.github/workflows/md.yml b/.github/workflows/md.yml index 2ef5ec2..065ac21 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/python.yml b/.github/workflows/python.yml index d385870..3272b72 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -30,7 +30,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0 + - uses: qltysh/qlty-action/install@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 - name: Lint (ruff) run: qlty check --all --no-formatters --filter=ruff diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7ec6331..321bf8f 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