From 883bc9b71f4e5fa73394f8cb285b2d5b10e323a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:53:40 +0200 Subject: [PATCH] Bump coverallsapp/github-action from 2.2.2 to 2.2.3 (#204) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a9730e6..41d7b8c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -99,7 +99,7 @@ jobs: uses: jandelgado/gcov2lcov-action@v1.0.9 if: matrix.os == 'ubuntu-latest' - name: Coveralls - uses: coverallsapp/github-action@v2.2.2 + uses: coverallsapp/github-action@v2.2.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov