We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e50b03 commit a8ccf69Copy full SHA for a8ccf69
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
run: composer run test:unit
48
49
- name: Report coverage
50
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
+ uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
51
if: ${{ always() }}
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments