From d966f2495643529b4bceed9797a87efb1e397631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:53:36 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action digest to 648a8eb --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27ea23ef..6151e20b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: - name: Coveralls GitHub Action # Per Actions best practices, SHA is the safest for third party actions # https://github.com/coverallsapp/github-action/releases/tag/v2.3.4 - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: run-unit-${{ matrix.node-version }} @@ -48,7 +48,7 @@ jobs: - name: Coveralls Finished # Per Actions best practices, SHA is the safest for third party actions # https://github.com/coverallsapp/github-action/releases/tag/v2.3.4 - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 + uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b with: github-token: ${{ secrets.github_token }} parallel-finished: true