From 122e219fffd0e4718105780bd5a4b4b65e9eca27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:32:53 +0000 Subject: [PATCH] chore(deps): update paambaati/codeclimate-action action to v8 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 190fbfd..df300bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: node-version: 18 cache: npm - run: npm ci - - uses: paambaati/codeclimate-action@v5.0.0 + - uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: 10e37056052b202e8d2bf9e2c61a8e2cb1432d01518fd0886c2bff4c353eefa4 with: