We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57a51d commit 7039cbfCopy full SHA for 7039cbf
.github/workflows/main.yml
@@ -94,7 +94,7 @@ jobs:
94
if: ${{ always() }}
95
96
- name: Publish coverage results to Codecov
97
- uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
98
with:
99
token: 2168e29b-e40e-4ddf-acc3-00907462e93e # not ideal, but limited risk
100
file: coverage-${{ matrix.python-version }}.xml
0 commit comments