From 7be374e819d8d09e6d947e7bb4dfdee8fe02c864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Wed, 13 Oct 2021 19:29:19 +0200 Subject: [PATCH 1/5] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ca9266..bcb0fc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 - name: Pack run: dotnet pack --no-build --include-symbols --verbosity normal --configuration Release --output ./artifacts /p:PackageVersion="${{ steps.get_version.outputs.version-without-v }}" - name: Upload artifacts From 13aae4ad7387eb9a08bb991c41a9881024d7b985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Wed, 13 Oct 2021 19:29:58 +0200 Subject: [PATCH 2/5] Update integrate.yml --- .github/workflows/integrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 1eefb91..b4abfcf 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -24,4 +24,4 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 From 9bb8e93654ce5ad7766688e675067a49da61788b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Wed, 13 Oct 2021 19:43:08 +0200 Subject: [PATCH 3/5] Update integrate.yml --- .github/workflows/integrate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index b4abfcf..17ec79b 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -25,3 +25,5 @@ jobs: run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Codecov uses: codecov/codecov-action@v2 + with: + token: ${{ secrets.CODECOV_TOKEN }} From 7ce591ecdaeed7da1de5538ad3ffa9d11767a4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0vihl=C3=ADk?= Date: Wed, 13 Oct 2021 19:46:25 +0200 Subject: [PATCH 4/5] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcb0fc9..a0785ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: run: dotnet test --no-build --verbosity normal --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - name: Codecov uses: codecov/codecov-action@v2 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Pack run: dotnet pack --no-build --include-symbols --verbosity normal --configuration Release --output ./artifacts /p:PackageVersion="${{ steps.get_version.outputs.version-without-v }}" - name: Upload artifacts From 4ae215326223064055ea6403a9d4fe9ad68b6e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 21:56:43 +0000 Subject: [PATCH 5/5] Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /src/jsConnect Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/jsConnect/jsConnect.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jsConnect/jsConnect.csproj b/src/jsConnect/jsConnect.csproj index 6b3980c..82bc2ca 100644 --- a/src/jsConnect/jsConnect.csproj +++ b/src/jsConnect/jsConnect.csproj @@ -24,7 +24,7 @@ - +