From efe1e1a0ea3c5cc8b6d4e7c87765969624d9f1c1 Mon Sep 17 00:00:00 2001 From: Sayo Ogunlegan Date: Mon, 20 Jul 2026 13:47:50 -0400 Subject: [PATCH] Pin codecov/codecov-action to v7.0.0 (GHO-261) --- .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 c615316e4..517eba85a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: grcov target/site/jacoco/jacoco.xml --source-dir ./ --ignore "target/*" > coverage.lcov - name: Coverage if: github.ref == 'refs/heads/master' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} lint: