From 82638ee346cbb34dcf8ddcf4cb3526c5b443b381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 16:49:25 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .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 7558ed79..3c207dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: CI: true - name: Upload coverage to Codecov if: github.ref == 'refs/heads/master' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 with: files: ./coverage/coverage-final.json fail_ci_if_error: false