Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ccd8a55c60e35b84becb0f7005ce1286 lint-php-cs.yml
5dcc3187a9460cb62a455235cbdb3562 lint-php.yml
cf229fbf443d2f7a303f22eb92745811 lint-stylelint.yml
c8770d61f6f9339176e7c123fa528111 lint-typescript.yml
60026021683ac33c213be172fa211038 node-test.yml
25b053c8cd26fa5f0aba439c8f823c17 node-test.yml
c965845a0def7b39d872e47e93dd1139 node.yml
8f9392d540ab25f702d078b9eac13799 openapi.yml
238e1da112e5f2aaa69c3f7ec9f4ebfa phpunit-mariadb.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: npm run test --if-present

- name: Collect coverage
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
with:
files: ./coverage/lcov.info

Expand Down
Loading