From a31701079e340fa25b6803660d5be0434e0bf903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:28:42 +0100 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 2.3.3 to 2.3.4 (#3291) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/4cdef0b2dbe0c9aa26bed48edb868db738625e79...cfd0633edbd2411b532b808ba7a8b5e04f76d2c8) --- 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 5efe11adaa..4262a6efe4 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@4e1989767862652e6ca8d3e2e61aabe6d43be28b - name: Coveralls - uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov