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 b2b6b5a commit 8fbb479Copy full SHA for 8fbb479
.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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
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