From 7134983aefbe725ad691a3e91062f433140e76b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Fri, 23 Feb 2024 08:07:51 +0100 Subject: [PATCH] Roll codecov-action back to v3 (#17) * Roll codecov-action back to v3 * Update dependabot.yml --- .github/dependabot.yml | 2 ++ .github/workflows/reusable-build-coverage.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 05a48fc..184406d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,5 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "codecov/codecov-action" diff --git a/.github/workflows/reusable-build-coverage.yml b/.github/workflows/reusable-build-coverage.yml index 9af9401..72da69e 100644 --- a/.github/workflows/reusable-build-coverage.yml +++ b/.github/workflows/reusable-build-coverage.yml @@ -47,7 +47,7 @@ jobs: } } colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml - - uses: codecov/codecov-action@v4.0.1 + - uses: codecov/codecov-action@v3 with: fail_ci_if_error: true file: ros_ws/lcov/total_coverage.info