From 5c44ffad27f573280e3dfeb6e4d3c4f5987b0205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:46:16 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 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/7f8b4b4bde536c465e797be725718b88c5d95e0e...1e68e06f1dbfde0e4cefc87efeba9e4643565303) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index aa753f8c57..fc7d421cbe 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -83,7 +83,7 @@ jobs: make test_shortint_cov - name: Upload tfhe coverage to Codecov - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 if: steps.changed-files.outputs.tfhe_any_changed == 'true' with: token: ${{ secrets.CODECOV_TOKEN }} @@ -97,7 +97,7 @@ jobs: make test_integer_cov - name: Upload tfhe coverage to Codecov - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 if: steps.changed-files.outputs.tfhe_any_changed == 'true' with: token: ${{ secrets.CODECOV_TOKEN }}