From 8dbda22c650568e5f0e45365aa5d43c2ac484dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 09:02:36 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 6.0.0 to 7.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 7.0.0. - [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.0.0...v7.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-and-tests-cd.yml | 2 +- .github/workflows/pre-commit-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-and-tests-cd.yml b/.github/workflows/docs-and-tests-cd.yml index 413a51e..a490764 100644 --- a/.github/workflows/docs-and-tests-cd.yml +++ b/.github/workflows/docs-and-tests-cd.yml @@ -30,7 +30,7 @@ jobs: run: ./mvnw clean test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: cntm-labs/orbit-api diff --git a/.github/workflows/pre-commit-ci.yml b/.github/workflows/pre-commit-ci.yml index a7f0d17..6395533 100644 --- a/.github/workflows/pre-commit-ci.yml +++ b/.github/workflows/pre-commit-ci.yml @@ -37,7 +37,7 @@ jobs: run: ./mvnw test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: cntm-labs/orbit-api