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