We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e97864 commit 51d2418Copy full SHA for 51d2418
.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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.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