We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a1c1f commit 3bd5b45Copy full SHA for 3bd5b45
.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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
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