We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fcc0f commit 7b53bf1Copy full SHA for 7b53bf1
.github/workflows/quality_check.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Complexity baseline
75
run: make complexity-baseline
76
- name: Upload coverage to Codecov
77
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 5.1.2
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1
78
with:
79
token: ${{ secrets.CODECOV_TOKEN }}
80
file: ./coverage.xml
0 commit comments