1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

Update verify-go.yml (#4425)

This commit is contained in:
Christopher Fenner
2023-06-27 17:29:59 +02:00
committed by GitHub
parent 4d182e9516
commit 9c23cb3820

View File

@@ -26,7 +26,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: unit-test
uses: paambaati/codeclimate-action@v2.6.0
uses: paambaati/codeclimate-action@v4
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
with: