From 0d5eb0af11ffca6d3ffe4097b31f5eae5e929eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:43:02 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.5.3...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-ci.yml | 2 +- .github/workflows/meson-unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index c38b63c..f1d4c34 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -206,7 +206,7 @@ jobs: go test ${{ inputs.tests-race && '-race' || '' }} -json > report.json ./... - name: Send results to codecov.io - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: directory: ${{ inputs.working-directory }} flags: unittests diff --git a/.github/workflows/meson-unit-test.yml b/.github/workflows/meson-unit-test.yml index df31cd4..9931ff7 100644 --- a/.github/workflows/meson-unit-test.yml +++ b/.github/workflows/meson-unit-test.yml @@ -216,7 +216,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Upload Codecov.io - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v4.6.0 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v4.6.0 with: directory: . files: build/meson-logs/coverage.xml