From 3219127c1d14a16a5d3a63f720102d114b1c82c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:42:45 +0000 Subject: [PATCH] Build(deps): Bump codecov/codecov-action Bumps the github-actions group with 1 update in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 6 to 7 - [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/v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-c.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-c.yml b/.github/workflows/ci-c.yml index 9d8de978..2a9c7491 100644 --- a/.github/workflows/ci-c.yml +++ b/.github/workflows/ci-c.yml @@ -79,7 +79,7 @@ jobs: CTEST_OUTPUT_ON_FAILURE=1 cmake --build build -- tests test coverage-xml - name: Upload test coverage to Codecov if: github.repository == 'greenbone/gvm-libs' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: build/coverage/coverage.xml token: ${{ secrets.CODECOV_TOKEN }}