Skip to content

Commit 31c76be

Browse files
chore(deps): update paambaati/codeclimate-action action to v5 (#4527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4fb5f7 commit 31c76be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# run code coverage upload to code climate on main branch since PR branch will not have access to secret
3232
- name: unit-test-code-climate-upload
3333
if: ${{ (github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == github.repository) }}
34-
uses: paambaati/codeclimate-action@v4
34+
uses: paambaati/codeclimate-action@v5
3535
env:
3636
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
3737
with:

0 commit comments

Comments
 (0)