From 89d641379739c6310f337f87106f83b0bc392dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:15:01 +0000 Subject: [PATCH] chore(ci) bump codecov/codecov-action from 5.4.0 to 5.5.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.5.1. - [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/0565863a31f2c772f9f0395002a31e3f06189574...5a1091511ad55cbe89839c7260b706298ca349f7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/job-unit-tests.yml | 2 +- .github/workflows/job-valgrind-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/job-unit-tests.yml b/.github/workflows/job-unit-tests.yml index 85490fd88..02279283a 100644 --- a/.github/workflows/job-unit-tests.yml +++ b/.github/workflows/job-unit-tests.yml @@ -190,7 +190,7 @@ jobs: parallel: true - name: Codecov Upload if: ${{ !env.ACT && inputs.coverage }} - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v4 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: './lcov.info' diff --git a/.github/workflows/job-valgrind-tests.yml b/.github/workflows/job-valgrind-tests.yml index d44054438..2e2c5c69e 100644 --- a/.github/workflows/job-valgrind-tests.yml +++ b/.github/workflows/job-valgrind-tests.yml @@ -178,7 +178,7 @@ jobs: parallel: true - name: Codecov Upload if: ${{ !env.ACT && inputs.coverage }} - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v4 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: './lcov.info'