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 00b7569 commit 7c23ad4Copy full SHA for 7c23ad4
.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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
+ uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.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