Skip to content

Commit 58a70ef

Browse files
chore(deps): update codecov/codecov-action action to v5.5.1
1 parent 42f350a commit 58a70ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
run: vendor/bin/phpunit --testsuite integration,unit --coverage-text --coverage-clover=coverage.clover
175175

176176
- name: Code Coverage
177-
uses: codecov/codecov-action@v5
177+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
178178
# only generate coverage against the latest PHP version
179179
if: ${{ matrix.php-version == '8.4' }}
180180
with:

0 commit comments

Comments
 (0)