From 4ee4eb674e6a1293374c9125b27ed75fca6ef03e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:29:30 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.2.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 624e9ad..7b6e74d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: go-version: "1.23" - run: make unit-tests - name: Upload unit-tests coverage to Codecov - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: