From c14b71ffee75f9a40e9c8aad8982ff9917b1a99c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:33:38 +0200 Subject: [PATCH] deps: update codecov/codecov-action action to v4.6.0 (#3764) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-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 1c80ebcc22..88c5e16ce7 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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.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 7abc2d14e2..38e1de5463 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@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: flags: component-tests token: ${{ secrets.CODECOV_TOKEN }}