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 5276bb8 commit e601e03Copy full SHA for e601e03
.github/workflows/_test.yml
@@ -188,7 +188,7 @@ jobs:
188
retention-days: 7
189
190
- name: Upload coverage reports to Codecov
191
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
192
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') && matrix.runner == 'ubuntu-latest' }}
193
with:
194
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments