From 55aeaa3248323e8011115167c1f1b9906cdc082f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 09:24:56 +0000 Subject: [PATCH] :arrow_up: Bump paambaati/codeclimate-action from 3.0.0 to 3.2.0 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-dotnet.yml b/.github/workflows/coverage-dotnet.yml index b7e7aae..8228bd9 100644 --- a/.github/workflows/coverage-dotnet.yml +++ b/.github/workflows/coverage-dotnet.yml @@ -23,6 +23,6 @@ jobs: - name: Test with the dotnet CLI run: dotnet test --collect:"XPlat Code Coverage" --results-directory ./TestResult - run: reportgenerator -reports:./TestResult/*/coverage.cobertura.xml -targetdir:coverage -reporttypes:lcov - - uses: paambaati/codeclimate-action@v3.0.0 + - uses: paambaati/codeclimate-action@v3.2.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID__IRON_HOOK }}