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.
1 parent c60ba64 commit 2dcc5e1Copy full SHA for 2dcc5e1
.github/workflows/main.yml
@@ -115,7 +115,7 @@ jobs:
115
PYTHONIOENCODING: 'utf-8'
116
117
- name: Upload coverage reports to Codecov
118
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
119
env:
120
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
121
if: ${{ matrix.os.name == 'linux' && matrix.python-version == env.PYTHON_VERSION }}
0 commit comments