From 440f4b2bfc896a0cc2f2dba0c87f7159247ea275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:16:27 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls from 1.11.0 to 1.11.1 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/9606dbc5ac5cf888a0e9ef901515c3cd516a2790...8781f5dd05b691c4dd042d5e859c11c73e0104fa) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5287d9d..c95bac8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,6 +38,6 @@ jobs: GOOS: linux GOARCH: amd64 - name: send coverage - uses: shogo82148/actions-goveralls@9606dbc5ac5cf888a0e9ef901515c3cd516a2790 # v1 + uses: shogo82148/actions-goveralls@8781f5dd05b691c4dd042d5e859c11c73e0104fa # v1 with: path-to-profile: cover.out \ No newline at end of file