mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
chore(deps): update paambaati/codeclimate-action action to v5 (#4527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e4fb5f7a19
commit
31c76be81c
2
.github/workflows/verify-go.yml
vendored
2
.github/workflows/verify-go.yml
vendored
@ -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@v4
|
||||
uses: paambaati/codeclimate-action@v5
|
||||
env:
|
||||
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user