From a3b286726b53496f9bff1e497af2766c0083b8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:32:06 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 7a43dc0..194ae89 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.0.7 + uses: codecov/codecov-action@v5.1.1 with: directory: ${{ inputs.working-directory }} flags: unittests diff --git a/.github/workflows/meson-unit-test.yml b/.github/workflows/meson-unit-test.yml index 4afdb32..5b5e9d9 100644 --- a/.github/workflows/meson-unit-test.yml +++ b/.github/workflows/meson-unit-test.yml @@ -217,7 +217,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Upload Codecov.io - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v4.6.0 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v4.6.0 with: directory: . files: build/meson-logs/coverage.xml