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 8fbb479 commit ac443a2Copy full SHA for ac443a2
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
run: make unit-test
95
96
- name: Upload coverage reports to Codecov
97
- uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
98
with:
99
token: ${{ secrets.CODECOV_TOKEN }}
100
@@ -122,7 +122,7 @@ jobs:
122
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
123
124
125
126
127
128
0 commit comments