diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 997f7f92..bfe0784e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: run: dotnet test tests/Auth0.Core.UnitTests/Auth0.Core.UnitTests.csproj --collect:"XPlat Code coverage" --results-directory ./TestResults/ /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura - name: Update codecov report - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # pin@6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # pin@6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./TestResults/**/coverage.cobertura.xml @@ -91,7 +91,7 @@ jobs: run: dotnet test tests/Auth0.AuthenticationApi.IntegrationTests/Auth0.AuthenticationApi.IntegrationTests.csproj --collect:"XPlat Code coverage" --results-directory ./TestResults/ /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura - name: Update codecov report - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # pin@6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # pin@6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./TestResults/**/coverage.cobertura.xml @@ -119,7 +119,7 @@ jobs: dotnet test tests/Auth0.ManagementApi.Test/Auth0.ManagementApi.Test.csproj --collect:"XPlat Code coverage" --results-directory ./TestResults/ /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura - name: Update codecov report - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # pin@6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # pin@6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./TestResults/**/coverage.cobertura.xml