diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f14621e..89a0046 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -37,7 +37,7 @@ jobs: if: ${{ matrix.node-version == '24' && matrix.os == 'ubuntu-latest' }} - name: Coveralls if: ${{ matrix.node-version == '24' && matrix.os == 'ubuntu-latest' }} - uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Publish Qlty code coverage