We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9991702 commit 8fd7a0bCopy full SHA for 8fd7a0b
.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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # 4.6.0
+ uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # 5.0.2
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
file: ./coverage.xml
0 commit comments