Skip to content

Commit 6439b15

Browse files
Bump qltysh/qlty-action from 1 to 2 (#74)
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](qltysh/qlty-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de24464 commit 6439b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Publish Qlty code coverage
4343
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
44-
uses: qltysh/qlty-action/coverage@v1
44+
uses: qltysh/qlty-action/coverage@v2
4545
with:
4646
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
4747
files: coverage/lcov.info

0 commit comments

Comments
 (0)