From 26831eb940c3b4fd85043c5a657390418cb0c76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:25:01 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls in the all-dependencies group Bumps the all-dependencies group with 1 update: [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls). Updates `shogo82148/actions-goveralls` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/8781f5dd05b691c4dd042d5e859c11c73e0104fa...77a1912dca42260ee3e97f61bd13ea7ef40baa93) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d660a4d3..75825d821 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,7 +97,7 @@ jobs: go test -run '^$' -bench . - name: Send coverage - uses: shogo82148/actions-goveralls@8781f5dd05b691c4dd042d5e859c11c73e0104fa # v1.11.1 + uses: shogo82148/actions-goveralls@77a1912dca42260ee3e97f61bd13ea7ef40baa93 # v1.11.2 with: path-to-profile: coverage.out flag-name: ${{ runner.os }}-Go-${{ matrix.go }}-DB-${{ matrix.mysql }} @@ -109,6 +109,6 @@ jobs: if: always() runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@8781f5dd05b691c4dd042d5e859c11c73e0104fa # v1.11.1 + - uses: shogo82148/actions-goveralls@77a1912dca42260ee3e97f61bd13ea7ef40baa93 # v1.11.2 with: parallel-finished: true