From 5a3291c38e086330adfffe9f15cc7c224c92e5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 08:22:34 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.1.2 to 5.3.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.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/1e68e06f1dbfde0e4cefc87efeba9e4643565303...13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/admin.yml | 2 +- .github/workflows/agent.yml | 2 +- .github/workflows/managed.yml | 2 +- .github/workflows/update.yml | 2 +- .github/workflows/vmproxy.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/admin.yml b/.github/workflows/admin.yml index 2dda5c6d39..c7adbd12ef 100644 --- a/.github/workflows/admin.yml +++ b/.github/workflows/admin.yml @@ -71,7 +71,7 @@ jobs: run: make test-cover - name: Upload coverage results - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: file: cover.out flags: admin diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index ed5d029731..33a905cd49 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -108,7 +108,7 @@ jobs: run: make test-cover - name: Upload coverage results - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: file: cover.out flags: agent diff --git a/.github/workflows/managed.yml b/.github/workflows/managed.yml index 209b8d8ad4..abbd1280dd 100644 --- a/.github/workflows/managed.yml +++ b/.github/workflows/managed.yml @@ -97,7 +97,7 @@ jobs: run: docker exec -i pmm-server make -C managed test-update - name: Upload coverage results - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: file: managed/cover.out flags: managed diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f2a1b1b53d..9b58e08e44 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -70,7 +70,7 @@ jobs: run: docker exec pmm-update-server make -C /root/go/src/github.com/percona/pmm/update run-race-cover RUN_FLAGS='-debug -check' - name: Upload coverage results - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: file: cover.out flags: update diff --git a/.github/workflows/vmproxy.yml b/.github/workflows/vmproxy.yml index 43af6b452d..7e9d738835 100644 --- a/.github/workflows/vmproxy.yml +++ b/.github/workflows/vmproxy.yml @@ -73,7 +73,7 @@ jobs: run: make test-cover - name: Upload coverage results - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 with: file: cover.out flags: vmproxy