Skip to content

Commit f28177f

Browse files
authoredJan 2, 2025··
Update paambaati/codeclimate-action action to v8 (#148)
1 parent 25c43e7 commit f28177f

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)
Please sign in to comment.