Skip to content

Commit f87006f

Browse files
committed
chore: update code-climate action
Signed-off-by: Jakub Freisler <[email protected]>
1 parent 5370400 commit f87006f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: yarn --immutable
127127
- name: Test integration (with coverage) and upload to CodeClimate
128128
if: ${{ github.ref == 'refs/heads/main' }}
129-
uses: paambaati/codeclimate-action@93c6213edc13fcb74a684a39a32956ebf417dd1c
129+
uses: paambaati/codeclimate-action@v2.2.4
130130
env:
131131
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
132132
with:

0 commit comments

Comments
 (0)