From 89628eec5048b66791f699bca91b72e3e922fe4b Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:57:47 +0000 Subject: [PATCH] chore(deps): Update shogo82148/actions-goveralls action to v1.11.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cc8f956..23ebc7c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: run: go test -v -coverprofile=covprofile ./... - name: Send coverage if: ${{ matrix.os == 'macos-latest' && matrix.go == '1.16'}} - uses: shogo82148/actions-goveralls@v1.4.2 + uses: shogo82148/actions-goveralls@9606dbc5ac5cf888a0e9ef901515c3cd516a2790 # v1.11.0 with: path-to-profile: covprofile \ No newline at end of file