From dddf75689b308383392b6eb5afa883450bedd0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 11:56:33 +0000 Subject: [PATCH] chore(ci) bump codecov/codecov-action from 5.4.0 to 5.4.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [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...ad3126e916f78f00edff4ed0317cf185271ccc2d) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..a7b30494e 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@ad3126e916f78f00edff4ed0317cf185271ccc2d # 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..931574aaa 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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: './lcov.info'