From e4500d0591430cefd8279966a184fbd896e49423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 06:24:58 +0000 Subject: [PATCH] chore(actions): bump coverallsapp/github-action from 2.3.2 to 2.3.3 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/43f11c4e058174f808ee9cd63701b6c42fe3f5e3...4cdef0b2dbe0c9aa26bed48edb868db738625e79) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80b11aa..7776631 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: run: pnpm dlx c8 report --reporter lcov --reporter text --extension ts - name: Coveralls - uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # master + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./coverage/lcov.info