From 76472b50e6f793d20fb13adabe5a76ee378bc337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:31:47 +0000 Subject: [PATCH] chore: bump shogo82148/actions-goveralls from 1.9.1 to 1.10.0 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bfd2a3f..1b94994 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -70,7 +70,7 @@ jobs: run: go run ./make -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" - name: Send coverage - uses: shogo82148/actions-goveralls@v1.9.1 + uses: shogo82148/actions-goveralls@v1.10.0 with: path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }} @@ -82,7 +82,7 @@ jobs: needs: test_fuzz runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.9.1 + - uses: shogo82148/actions-goveralls@v1.10.0 with: parallel-finished: true