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 42f350a commit 58a70efCopy full SHA for 58a70ef
.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@v5
+ uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
178
# only generate coverage against the latest PHP version
179
if: ${{ matrix.php-version == '8.4' }}
180
with:
0 commit comments