From c36c43a693d7bcdd656d55b691567b48822c651a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 01:56:38 +0000 Subject: [PATCH] Update paambaati/codeclimate-action action to v8 --- .github/workflows/validate-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-branch.yaml b/.github/workflows/validate-branch.yaml index 685dcc7..6894420 100644 --- a/.github/workflows/validate-branch.yaml +++ b/.github/workflows/validate-branch.yaml @@ -115,7 +115,7 @@ jobs: if: steps.cache-dependencies.outputs.cache-hit != 'true' run: npm ci - - uses: paambaati/codeclimate-action@v6.0.0 + - uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: