diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32be980a..669ad6e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - run: bun run test:ci --coverage-reporter=lcov --coverage-reporter=text - name: Report coverage if: ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }} - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info @@ -105,7 +105,7 @@ jobs: if: ${{ matrix.node-version == 26 && matrix.platform == 'ubuntu-latest' }} - name: Report coverage if: ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }} - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2 + uses: qltysh/qlty-action/coverage@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2 with: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info