Skip to content

Commit e710664

Browse files
ci(github): pin codecov action to hash in test.yml
1 parent dcc7eb9 commit e710664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm run test:ci
2626

2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v5
28+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131

0 commit comments

Comments
 (0)