From 7ca072cabe64f66e41abb3144bf8f4f1890bfa44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 23:03:25 +0000 Subject: [PATCH] deps: update codecov/codecov-action action to v4.5.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI.yaml | 2 +- .github/workflows/component-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 2dd620a824..df649652df 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -106,7 +106,7 @@ jobs: run: make unit-test - name: Report code coverage - uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: flags: ${{ matrix.config.name }} token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/component-test.yml b/.github/workflows/component-test.yml index e456adfacd..083a181306 100644 --- a/.github/workflows/component-test.yml +++ b/.github/workflows/component-test.yml @@ -34,7 +34,7 @@ jobs: run: make component-test - name: Report code coverage - uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: flags: component-tests token: ${{ secrets.CODECOV_TOKEN }}