From c1f8c8c6d3815b0b9bf73719e903b450f60d2a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:43:50 +0000 Subject: [PATCH] Bump codecov/codecov-action from 6.0.0 to 6.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1. - [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/57e3a136b779b570ffcdbf80b3bdc90e7fab3de2...e79a6962e0d4c0c17b229090214935d2e33f8354) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cloud_chatops.yaml | 2 +- .github/workflows/cloud_monitoring.yaml | 2 +- .github/workflows/rabbit_consumer.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cloud_chatops.yaml b/.github/workflows/cloud_chatops.yaml index 6bd280a..eb96971 100644 --- a/.github/workflows/cloud_chatops.yaml +++ b/.github/workflows/cloud_chatops.yaml @@ -52,7 +52,7 @@ jobs: - name: Upload coverage to Codecov # https://github.com/codecov/codecov-action/releases - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: token: ${{secrets.CODECOV_TOKEN}} files: cloud-chatops/coverage.xml diff --git a/.github/workflows/cloud_monitoring.yaml b/.github/workflows/cloud_monitoring.yaml index 86e5c3b..66fdbef 100644 --- a/.github/workflows/cloud_monitoring.yaml +++ b/.github/workflows/cloud_monitoring.yaml @@ -48,7 +48,7 @@ jobs: python -m pytest tests --cov-report xml:coverage.xml --cov - name: Upload coverage to Codecov - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: token: ${{secrets.CODECOV_TOKEN}} files: cloud-chatops/coverage.xml diff --git a/.github/workflows/rabbit_consumer.yaml b/.github/workflows/rabbit_consumer.yaml index b17ccb6..eb291d7 100644 --- a/.github/workflows/rabbit_consumer.yaml +++ b/.github/workflows/rabbit_consumer.yaml @@ -43,7 +43,7 @@ jobs: cd openstack-rabbit-consumer && python -m coverage xml - name: Upload coverage to codecov - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: files: openstack-rabbit-consumer/coverage.xml fail_ci_if_error: true