We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231c7c6 commit aa10eb5Copy full SHA for aa10eb5
.github/workflows/test.yml
@@ -25,6 +25,6 @@ jobs:
25
- run: pnpm test:generate-dashboard
26
- run: cat test-dashboard.md | tee -a $GITHUB_STEP_SUMMARY
27
if: always()
28
- - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
+ - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments