From abcb5ab2eafe8cff7274cb8cba8bea60cb588693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:45:16 +0000 Subject: [PATCH] chore(deps): update paambaati/codeclimate-action action to v9 --- .github/workflows/ci-dev.yaml | 2 +- .github/workflows/ci-prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index d28d965..f6cf2e2 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -61,7 +61,7 @@ jobs: - name: Test run: dotnet test --collect:"XPlat Code Coverage" --settings coverlet.runsettings -c Release --no-build - name: Publish code coverage - uses: paambaati/codeclimate-action@v3.2.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: diff --git a/.github/workflows/ci-prod.yaml b/.github/workflows/ci-prod.yaml index 65f3f92..ee6566b 100644 --- a/.github/workflows/ci-prod.yaml +++ b/.github/workflows/ci-prod.yaml @@ -58,7 +58,7 @@ jobs: - name: Test run: dotnet test --collect:"XPlat Code Coverage" --settings coverlet.runsettings -c Release --no-build - name: Publish code coverage - uses: paambaati/codeclimate-action@v3.2.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: