We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f0faf commit cab4411Copy full SHA for cab4411
.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@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # 5.1.0
+ uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # 5.1.1
78
with:
79
token: ${{ secrets.CODECOV_TOKEN }}
80
file: ./coverage.xml
0 commit comments