Skip to content

Commit 13be302

Browse files
chore(deps): update paambaati/codeclimate-action action to v9
1 parent 20b7eff commit 13be302

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@v5
34+
uses: paambaati/codeclimate-action@v9
3535
env:
3636
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
3737
with:

0 commit comments

Comments
 (0)