We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9483bd3 commit dc87f4aCopy full SHA for dc87f4a
.github/workflows/quality_check.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Complexity baseline
76
run: make complexity-baseline
77
- name: Upload coverage to Codecov
78
- uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # 5.0.3
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # 5.0.7
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
file: ./coverage.xml
0 commit comments