From 49cb659b86c2da0ea8509bf26d0aff6dc458d9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:25:24 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3.1.4 to 5.1.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 5.1.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/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...1e68e06f1dbfde0e4cefc87efeba9e4643565303) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report-codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-codecov.yml b/.github/workflows/report-codecov.yml index 2d4872f..1451961 100644 --- a/.github/workflows/report-codecov.yml +++ b/.github/workflows/report-codecov.yml @@ -31,7 +31,7 @@ jobs: run: make test - name: Upload Report to Codecov if: steps.checksecret.outputs.result == 'true' - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: file: ./coverage.out fail_ci_if_error: true