diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index 803e67c..140f968 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@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/install@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 - name: Lint + format check (stylelint) run: qlty check --all --filter=stylelint diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 456447c..6750fd7 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@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/install@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 - 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 06126cc..1e86d54 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@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/install@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 - 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 38630e4..3e8a6c4 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@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/install@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 - name: Lint + format check (markdownlint) run: qlty check --all --filter=markdownlint diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9b34152..2aa55b7 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@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/install@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 - name: Lint (ruff) run: qlty check --all --no-formatters --filter=ruff diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7f1083b..9694416 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@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1 + - uses: qltysh/qlty-action/install@08a0a862c159eae9b9003081da6663d96efef637 # v2.3.0 - name: Security scan run: qlty check --all --no-formatters --filter=gitleaks,trivy,bandit,osv-scanner