From 4127935dd4be5b0229233e0419d2e891e5c625b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:59:13 +0200 Subject: [PATCH] chore(deps): update paambaati/codeclimate-action action to v9 (#424) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 df300bb..4d4ebd8 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@v8.0.0 + - uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: 10e37056052b202e8d2bf9e2c61a8e2cb1432d01518fd0886c2bff4c353eefa4 with: