From f80158a767cd71ddf5c7baf5a6f07358a693a001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:27:25 +0000 Subject: [PATCH 1/2] chore(deps): bump codecov/codecov-action from 3.0.0 to 4.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 4.1.0. - [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/v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3767e9487..681ae7f67 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -93,7 +93,7 @@ jobs: - name: Codecov - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v4.1.0 # By uploading it's shared with the other workflows that are reusing this - name: Upload Shell Binaries From 4ec89266cdd11fceda1e202a2b536dc193eb18e3 Mon Sep 17 00:00:00 2001 From: Brian Ingenito <28159742+bingenito@users.noreply.github.com> Date: Wed, 6 Mar 2024 06:21:51 -0500 Subject: [PATCH 2/2] Add now required codecov token reference to action --- .github/workflows/continuous-integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 681ae7f67..0d9e02f2b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -94,10 +94,12 @@ jobs: - name: Codecov uses: codecov/codecov-action@v4.1.0 + with: + token: ${{ secrets.CODECOV_TOKEN }} # By uploading it's shared with the other workflows that are reusing this - name: Upload Shell Binaries uses: actions/upload-artifact@v3 with: name: shell-binaries - path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/ \ No newline at end of file + path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/