From b96ab74d885f4fa2d0c99548ddaf520bac5afecb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:37:56 -0600 Subject: [PATCH] Update paambaati/codeclimate-action action to v8 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 d9bd019..27c01d8 100644 --- a/.github/workflows/validate-branch.yaml +++ b/.github/workflows/validate-branch.yaml @@ -99,7 +99,7 @@ jobs: if: steps.cache-dependencies.outputs.cache-hit != 'true' run: npm ci - - uses: paambaati/codeclimate-action@v5 + - uses: paambaati/codeclimate-action@v8 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: