We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fcc5bf + 2a6a985 commit 9676ff9Copy full SHA for 9676ff9
.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@015f24e6818733317a2da2edd6290ab26238649a # 5.0.7
+ uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # 5.1.0
78
with:
79
token: ${{ secrets.CODECOV_TOKEN }}
80
file: ./coverage.xml
0 commit comments