Skip to content

Commit 7becbb1

Browse files
Fixed minor issue in GitHub Workflow's codeclimate job
1 parent 1223cec commit 7becbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
files: ./coverage.clover
5656

5757
- name: "Upload coverage report to CodeClimate"
58-
uses: paambaati/codeclimate-action@v3
58+
uses: paambaati/codeclimate-action@v3.0.0
5959
continue-on-error: true
6060
env:
6161
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)