From 09bc717fcbce89bff47cf2f447b23e3028eec54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:30:50 +0000 Subject: [PATCH] Bump qltysh/qlty-action from 1 to 2 Bumps [qltysh/qlty-action](https://github.com/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/v1...v2) --- updated-dependencies: - dependency-name: qltysh/qlty-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 56c56ce..5007a22 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -41,7 +41,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Publish Qlty code coverage if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }} - uses: qltysh/qlty-action/coverage@v1 + uses: qltysh/qlty-action/coverage@v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info