From: XhmikosR Date: Thu, 28 Jan 2021 21:31:33 +0000 (+0200) Subject: CI: switch to the coverallsapp/github-action tag (#32919) X-Git-Tag: v5.0.0-beta2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fd34a1a2cbda6bcb55c206a1bae584c9f969923;p=thirdparty%2Fbootstrap.git CI: switch to the coverallsapp/github-action tag (#32919) Unfortunately, they don't offer a `v1` tag --- diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index c56a2dfdd1..dd6ab78946 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -47,7 +47,7 @@ jobs: run: npm run js-test - name: Run Coveralls - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v1.1.2 if: matrix.node == 14 with: github-token: "${{ secrets.GITHUB_TOKEN }}"