From 75f66976f389158957e7e2bedb51a931ee1bdfdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:04:03 +0000 Subject: [PATCH] chore(deps-dev): update shogo82148/actions-goveralls action to v1.10.0 --- .github/workflows/main.yaml | 2 +- .github/workflows/pr-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ddeb103..47741ad 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,6 +25,6 @@ jobs: - name: Tests run: make test - name: Send go coverage report - uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920 #v1.6.0 + uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0 with: path-to-profile: coverage.out diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index fa7b435..ff41ade 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -33,7 +33,7 @@ jobs: - name: Tests run: make test - name: Send go coverage report - uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920 #v1.6.0 + uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0 with: path-to-profile: coverage.out - name: Check if working tree is dirty