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 a3c02c8 commit e80677bCopy full SHA for e80677b
.github/workflows/php.yml
@@ -174,7 +174,7 @@ jobs:
174
run: vendor/bin/phpunit --testsuite integration,unit --coverage-text --coverage-clover=coverage.clover
175
176
- name: Code Coverage
177
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
178
# only generate coverage against the latest PHP version
179
if: ${{ matrix.php-version == '8.4' }}
180
with:
0 commit comments