From 7056b53f3f44918d277b4caab9de688f93c816c2 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:51:46 -0400 Subject: [PATCH] Revert "build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#3551)" This reverts commit 6e6edf8dae3895105dfeda5c60c4792902c3ee70. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 61125c1ce49..86fdd739ef0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,6 +76,6 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.update-coverage }} - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2 + uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 with: use_oidc: true