Skip to content

Commit 4872f7b

Browse files
committed
chore(ci): update codecov action
Token is now required. It has been added to the repository secrets.
1 parent eb81912 commit 4872f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,12 @@ jobs:
9797
env:
9898
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
9999

100-
- uses: codecov/codecov-action@v3
100+
- uses: codecov/codecov-action@v4
101101
with:
102102
file: ./coverage.xml
103103
flags: unittests
104104
name: codecov-umbrella
105+
token: ${{ secrets.CODECOV_TOKEN }}
105106
fail_ci_if_error: false
106107

107108
release:

0 commit comments

Comments
 (0)