From 7a9a2c0f4f4fd39d7bdb594dd19c6e6c99a0ab6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:50:09 +0000 Subject: [PATCH] chore(deps): update paambaati/codeclimate-action action to v9 --- .github/workflows/verify-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-go.yml b/.github/workflows/verify-go.yml index 8226c83165..72d9aa5e9e 100644 --- a/.github/workflows/verify-go.yml +++ b/.github/workflows/verify-go.yml @@ -31,7 +31,7 @@ jobs: # run code coverage upload to code climate on main branch since PR branch will not have access to secret - name: unit-test-code-climate-upload if: ${{ (github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == github.repository) }} - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v9 env: CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }} with: