We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdd905 commit 25bd516Copy full SHA for 25bd516
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
run: make unit-test
74
75
- name: Upload coverage reports to Codecov
76
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
+ uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
77
with:
78
token: ${{ secrets.CODECOV_TOKEN }}
79
@@ -101,7 +101,7 @@ jobs:
101
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
102
103
104
105
106
107
0 commit comments