From 0bc65903047382bf27ce3c334322921a654e43bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:34:08 +0200 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.3 (#3283) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1134c89e4bf10443bf8f0ec69640b667cfd91041...4cdef0b2dbe0c9aa26bed48edb868db738625e79) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index a7f8e15da9..e3056de18d 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -31,7 +31,7 @@ jobs: - name: Convert coverage to lcov uses: jandelgado/gcov2lcov-action@69ef3d59a24cc6e062516a73d8be123e85b15cc0 - name: Coveralls - uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041 + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov