diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8f7d9c22..d849fd15 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -99,7 +99,7 @@ jobs: # - name: Submit Test Results to Code Climate if: ${{ !env.ACT && github.event_name == 'push' }} - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v3.1.1 env: CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }} with: