From 2de8baf7beff8a1f0ba8b56a164257f78a8775c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 19:07:43 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 2.0.3 to 2.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0. - [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/5a8bb4701eca7ba3673f21664b887f652c58d0a3...f32b3a3741e1053eb607407145bc9619351dc93b) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f360911c0fb..9e93b4d2843 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.update-coverage }} - uses: codecov/codecov-action@5a8bb4701eca7ba3673f21664b887f652c58d0a3 #v2.0.3 + uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b #v2.0.3 - name: Ensure go generate produces a zero diff for update-urls shell: bash From 02f78fa7c2c3cf65c44831d6937f60a634b881c5 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:56:47 +0000 Subject: [PATCH 2/2] Update .github/workflows/tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e93b4d2843..17b1429137b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.update-coverage }} - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b #v2.0.3 + uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b #v2.1.0 - name: Ensure go generate produces a zero diff for update-urls shell: bash