From 7df026ee0b3418baf21f16de7dd5d1fa9199301a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 06:23:31 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#3973) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.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/0565863a31f2c772f9f0395002a31e3f06189574...ad3126e916f78f00edff4ed0317cf185271ccc2d) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/compatibility-e2e-v1.yml | 2 +- .github/workflows/compatibility-e2e-v2.yml | 2 +- .github/workflows/e2e-v1.yml | 2 +- .github/workflows/e2e-v2-rate-limit.yml | 2 +- .github/workflows/e2e-v2.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be375761a..4bd06f382 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: sudo make test-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt diff --git a/.github/workflows/compatibility-e2e-v1.yml b/.github/workflows/compatibility-e2e-v1.yml index 45889a763..36ac7f29d 100644 --- a/.github/workflows/compatibility-e2e-v1.yml +++ b/.github/workflows/compatibility-e2e-v1.yml @@ -174,7 +174,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Upload coverage to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt diff --git a/.github/workflows/compatibility-e2e-v2.yml b/.github/workflows/compatibility-e2e-v2.yml index aa4d97611..af451b3f1 100644 --- a/.github/workflows/compatibility-e2e-v2.yml +++ b/.github/workflows/compatibility-e2e-v2.yml @@ -155,7 +155,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Upload coverage to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt diff --git a/.github/workflows/e2e-v1.yml b/.github/workflows/e2e-v1.yml index 7f2d8cf8b..b3c4594cc 100644 --- a/.github/workflows/e2e-v1.yml +++ b/.github/workflows/e2e-v1.yml @@ -189,7 +189,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Upload coverage to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt diff --git a/.github/workflows/e2e-v2-rate-limit.yml b/.github/workflows/e2e-v2-rate-limit.yml index 294d1bc99..934d3f60e 100644 --- a/.github/workflows/e2e-v2-rate-limit.yml +++ b/.github/workflows/e2e-v2-rate-limit.yml @@ -138,7 +138,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Upload coverage to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 616111b63..6f8dd7143 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -139,7 +139,7 @@ jobs: mv /tmp/.buildx-cache-new /tmp/.buildx-cache - name: Upload coverage to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt