From 3e890225cc3b5b2fa37d80225444560c89a32c3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:14:11 +0000 Subject: [PATCH] Update paambaati/codeclimate-action action to v5 (#195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/library-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/library-validations.yaml b/.github/workflows/library-validations.yaml index 33a4e557..72f77479 100644 --- a/.github/workflows/library-validations.yaml +++ b/.github/workflows/library-validations.yaml @@ -99,7 +99,7 @@ jobs: if: steps.cache-dependencies.outputs.cache-hit != 'true' run: npm ci - - uses: paambaati/codeclimate-action@v4.0.0 + - uses: paambaati/codeclimate-action@v5.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: