From 4c5d689955db2dbfd7895bac69135f2b90f47779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:17:42 -0800 Subject: [PATCH] Bump codecov/codecov-action from 5.0.2 to 5.0.7 (#966) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [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/5c47607acb93fed5485fdbf7232e8a31425f672a...015f24e6818733317a2da2edd6290ab26238649a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: polatengin --- .github/workflows/ci_cd_frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd_frontend.yml b/.github/workflows/ci_cd_frontend.yml index 46683673..684814af 100644 --- a/.github/workflows/ci_cd_frontend.yml +++ b/.github/workflows/ci_cd_frontend.yml @@ -110,7 +110,7 @@ jobs: - if: steps.changes.outputs.src == 'true' name: "Code Coverage for CodeCov" - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 with: name: Codecov Run files: coverage/coverage-final.json