From 08056d1abbeae5d84c8ae445a235f5e9312e2d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:12:28 +0000 Subject: [PATCH] chore(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 00777e8..8f9c8c1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,13 +39,13 @@ jobs: run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=coverage/lcov.info --configuration Release - name: Coveralls UnitTests - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 with: path-to-lcov: test/dotnet-test-rerun.UnitTests/coverage/lcov.info flag-name: UnitTests - name: Coveralls IntegrationTests - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 with: path-to-lcov: test/dotnet-test-rerun.IntegrationTests/coverage/lcov.info flag-name: IntegrationTests diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38367a3..80e600f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,13 +23,13 @@ jobs: run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=coverage/lcov.info --configuration Release - name: Coveralls UnitTests - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 with: path-to-lcov: test/dotnet-test-rerun.UnitTests/coverage/lcov.info flag-name: UnitTests - name: Coveralls IntegrationTests - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.4 with: path-to-lcov: test/dotnet-test-rerun.IntegrationTests/coverage/lcov.info flag-name: IntegrationTests \ No newline at end of file