Skip to content

Commit 560f9f2

Browse files
committed
chore: update codeclimate-action to proper version
Signed-off-by: Jakub Freisler <[email protected]>
1 parent 6df5923 commit 560f9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install dependencies
126126
run: yarn --immutable
127127
- name: Test integration (with coverage)
128-
uses: paambaati/codeclimate-action@e7ede07acfbc6a654693402829004a85e680e713
128+
uses: paambaati/codeclimate-action@93c6213edc13fcb74a684a39a32956ebf417dd1c
129129
env:
130130
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
131131
with:

0 commit comments

Comments
 (0)