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 adb1482 commit 1294e2dCopy full SHA for 1294e2d
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
run: make unit-test
94
95
- name: Upload coverage reports to Codecov
96
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
+ uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
97
with:
98
token: ${{ secrets.CODECOV_TOKEN }}
99
@@ -121,7 +121,7 @@ jobs:
121
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
122
123
124
125
126
127
0 commit comments