From f6c779f4a992e500f764f1c1d6bcba974436dd90 Mon Sep 17 00:00:00 2001 From: "monkescience-renovate[bot]" <212128645+monkescience-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:44:44 +0000 Subject: [PATCH] chore(deps): update vladopajic/go-test-coverage action to v2.18.9 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21b1038..5da8d68 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,7 +107,7 @@ jobs: run: make test - name: Check coverage - uses: vladopajic/go-test-coverage@a93b868a4cbcbf18dc3781650fad241f0020e609 # v2.18.8 + uses: vladopajic/go-test-coverage@5f3508324fc185e82048a2861f8bdd3d83db133b # v2.18.9 with: profile: coverage/coverage.out threshold-total: 80