From 3f7b3f83db9aebe425cf5fbfe5ea98b8c4c580b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 15:57:59 +0000 Subject: [PATCH 1/2] chore(deps): bump coverallsapp/github-action from 1.2.4 to 2.0.0 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.4...v2.0.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index b170b90..4e02461 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -23,7 +23,7 @@ jobs: - name: Convert coverage to lcov uses: jandelgado/gcov2lcov-action@v1.0.9 - name: Coveralls - uses: coverallsapp/github-action@v1.2.4 + uses: coverallsapp/github-action@v2.0.0 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov From 5e814718dc0202b213b676990c3258dad75843b9 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Sat, 18 Mar 2023 11:56:05 +0800 Subject: [PATCH 2/2] fix: remove deprecated coveralls action option --- .github/workflows/coverage.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 4e02461..820b25a 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -26,4 +26,3 @@ jobs: uses: coverallsapp/github-action@v2.0.0 with: github-token: ${{ secrets.github_token }} - path-to-lcov: coverage.lcov