We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d217a commit fa742d1Copy full SHA for fa742d1
.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@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
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