From 1f6b701ca037c7ce09c2733e19894e6638a2eb04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:17:05 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls from 1.11.0 to 1.11.2 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.11.0 to 1.11.2. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/9606dbc5ac5cf888a0e9ef901515c3cd516a2790...77a1912dca42260ee3e97f61bd13ea7ef40baa93) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.11.2 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..3e47eae 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@77a1912dca42260ee3e97f61bd13ea7ef40baa93 # v1 with: path-to-profile: cover.out \ No newline at end of file