Skip to content

Commit 5226959

Browse files
chore(deps): update qltysh/qlty-action action to v2 (#968)
1 parent c2b7e38 commit 5226959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: bun run test --coverage-reporter=lcov --coverage-reporter=text
5050
- name: Report coverage
5151
if: ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }}
52-
uses: qltysh/qlty-action/coverage@v1
52+
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2
5353
with:
5454
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
5555
files: coverage/lcov.info
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ matrix.node-version == 24 && matrix.platform == 'ubuntu-latest' }}
9696
- name: Report coverage
9797
if: ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }}
98-
uses: qltysh/qlty-action/coverage@v1
98+
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2
9999
with:
100100
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
101101
files: coverage/lcov.info

0 commit comments

Comments
 (0)