From 33bfc6fddd73691f54e1773f2a5856b34563ad73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:03:21 +0000 Subject: [PATCH] chore(ci): bump codecov/codecov-action Bumps the github-actions-updates group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-jest-public.yml | 2 +- .github/workflows/reusable-jest.yml | 2 +- .github/workflows/reusable-phpunit-public.yml | 2 +- .github/workflows/reusable-phpunit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-jest-public.yml b/.github/workflows/reusable-jest-public.yml index 6372a51..796cfab 100644 --- a/.github/workflows/reusable-jest-public.yml +++ b/.github/workflows/reusable-jest-public.yml @@ -38,7 +38,7 @@ jobs: - name: Upload code coverage report to Codecov if: ${{ inputs.coverage }} - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/_output/js-coverage/lcov.info diff --git a/.github/workflows/reusable-jest.yml b/.github/workflows/reusable-jest.yml index cce6518..de848fc 100644 --- a/.github/workflows/reusable-jest.yml +++ b/.github/workflows/reusable-jest.yml @@ -42,7 +42,7 @@ jobs: - name: Upload code coverage report to Codecov if: ${{ inputs.coverage }} - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/_output/js-coverage/lcov.info diff --git a/.github/workflows/reusable-phpunit-public.yml b/.github/workflows/reusable-phpunit-public.yml index 4a67ebf..f9a4de0 100644 --- a/.github/workflows/reusable-phpunit-public.yml +++ b/.github/workflows/reusable-phpunit-public.yml @@ -89,7 +89,7 @@ jobs: - name: Upload code coverage report if: ${{ inputs.coverage }} - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/_output/php-coverage.xml diff --git a/.github/workflows/reusable-phpunit.yml b/.github/workflows/reusable-phpunit.yml index 4ff5a2f..0081b72 100644 --- a/.github/workflows/reusable-phpunit.yml +++ b/.github/workflows/reusable-phpunit.yml @@ -139,7 +139,7 @@ jobs: - name: Upload code coverage report if: ${{ inputs.coverage }} - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: tests/_output/php-coverage.xml