Skip to content

Commit 1da0428

Browse files
Update paambaati/codeclimate-action action to v8
1 parent 4667bc9 commit 1da0428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-branch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
if: steps.cache-dependencies.outputs.cache-hit != 'true'
116116
run: npm ci
117117

118-
- uses: paambaati/codeclimate-action@v5.0.0
118+
- uses: paambaati/codeclimate-action@v8.0.0
119119
env:
120120
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
121121
with:

0 commit comments

Comments
 (0)