From 273598d16c4a42c747071254e8723717103af937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 20:02:51 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1 to 2.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.2. - [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...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/insiders.yml | 2 +- .github/workflows/pr-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 92ddc7e2fe16..eee32a92411e 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -497,7 +497,7 @@ jobs: mv .github/codecov.yml $GITHUB_WORKSPACE - name: Upload coverage to codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ${{env.special-working-directory}}/coverage/cobertura-coverage.xml diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index fafbb61be550..81ef0cf6978c 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -497,7 +497,7 @@ jobs: mv .github/codecov.yml $GITHUB_WORKSPACE - name: Upload coverage to codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 with: # Can't use the token to disambiguate since secrets aren't available from PR-triggered runs. #token: ${{ secrets.CODECOV_TOKEN }}