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 699dc13 commit d87c926Copy full SHA for d87c926
.github/workflows/test.yml
@@ -231,7 +231,7 @@ jobs:
231
run: ./vendor/phpunit/phpunit/phpunit --configuration tests/phpunit.xml --exclude-group twig --coverage-clover=./var/coverage/clover.xml
232
233
- name: Code coverage Scan
234
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
235
with:
236
token: ${{ secrets.CODECOV_TOKEN }}
237
0 commit comments