From 09bb3cc9798b0cdeb0479f076c9c146fba66cd0e Mon Sep 17 00:00:00 2001 From: null <139585163+KubeArchitectBot@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:55:48 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index dee67bfa1..3b514e07c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -46,7 +46,7 @@ jobs: - name: Upload coverage reports if: false # Disabled until codecov is configured - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 with: file: ./backend/coverage.out flags: backend @@ -89,7 +89,7 @@ jobs: - name: Upload coverage reports if: false # Disabled until codecov is configured - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 with: file: ./frontend/coverage/lcov.info flags: frontend