From 6a4d8a734cdc6473dec258faa92dc1e216fb32c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:09:27 +0000 Subject: [PATCH] ci: bump codecov/codecov-action Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 955f1f08ad225eafd3396525634e1211cf89485f to e43f28e103e52bb26d252b5a97fcdfa06175321e. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/955f1f08ad225eafd3396525634e1211cf89485f...e43f28e103e52bb26d252b5a97fcdfa06175321e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 dbbc391a..d2de59bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: run: yarn test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@955f1f08ad225eafd3396525634e1211cf89485f # v4.5.0 + uses: codecov/codecov-action@e43f28e103e52bb26d252b5a97fcdfa06175321e # v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./app/coverage/clover.xml