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 c1236d1 commit 599cf31Copy full SHA for 599cf31
.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@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
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