From 6513d00289a8d804ad8720f18f1922926d88ef4b Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 30 Jul 2026 11:20:27 +0100 Subject: [PATCH] chore: add coverallsapp/github-action@v2.3.8 (jobs.test-node.steps.uses) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a6bbdf7..77b85de3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} AGGREGATION_FACTORIES: github-repository-provider - name: coveralls - uses: coverallsapp/github-action@v2 + uses: coverallsapp/github-action@v2.3.8 continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }}