From 11b64155f7ddb812445e7803fa21cf8a17a559d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 07:05:24 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 1.4.1 to 3.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.4.1 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.4.1...v3.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prod.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index f539b277..8474e8e2 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -102,7 +102,7 @@ jobs: run: yarn run nx run-many --all --target=test --scan --codeCoverage --coverageReporters=clover,lcovonly,json - name: Codecov - uses: codecov/codecov-action@v1.4.1 + uses: codecov/codecov-action@v3.1.1 with: flags: unit @@ -318,7 +318,7 @@ jobs: CYPRESS_Auth0ClientSecret: ${{ secrets.E2E_AUTH0_CLIENT_SECRET }} - name: Codecov - uses: codecov/codecov-action@v1.4.1 + uses: codecov/codecov-action@v3.1.1 with: flags: e2e diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 10a883d1..751a7d7c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -116,7 +116,7 @@ jobs: run: yarn run affected:test --scan --base=origin/${{ github.base_ref }} --codeCoverage --coverageReporters=clover,lcovonly,json - name: Codecov - uses: codecov/codecov-action@v1.4.1 + uses: codecov/codecov-action@v3.1.1 with: flags: unit @@ -201,7 +201,7 @@ jobs: CYPRESS_Auth0ClientSecret: ${{ secrets.E2E_AUTH0_CLIENT_SECRET }} - name: Codecov - uses: codecov/codecov-action@v1.4.1 + uses: codecov/codecov-action@v3.1.1 with: flags: e2e