Skip to content

Release: merge development into beta #74

Release: merge development into beta

Release: merge development into beta #74

Triggered via pull request May 12, 2026 05:14
Status Failure
Total duration 1m 7s
Artifacts 14

code-quality.yml

on: pull_request
Matrix: quality / security
Matrix: quality / php-quality
Matrix: quality / license
Matrix: quality / vue-quality
quality  /  Coverage Baseline Protection
0s
quality / Coverage Baseline Protection
Matrix: quality / phpunit
quality  /  Integration Tests (Newman)
quality / Integration Tests (Newman)
quality  /  E2E Tests (Playwright)
0s
quality / E2E Tests (Playwright)
quality  /  Update Coverage Baseline
quality / Update Coverage Baseline
quality  /  Quality Report
31s
quality / Quality Report
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 14 warnings
quality / License (npm)
Process completed with exit code 1.
quality / Vue Quality (stylelint)
Process completed with exit code 1.
quality / Security (npm)
Process completed with exit code 1.
quality / Vue Quality (eslint)
Process completed with exit code 1.
UndefinedClass: lib/Lifecycle/AttestationSigningGuard.php#L140
lib/Lifecycle/AttestationSigningGuard.php:140:22: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Service\TenantKeyService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Lifecycle/AttestationSigningGuard.php#L74
lib/Lifecycle/AttestationSigningGuard.php:74:15: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Service\TenantKeyService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/HealthController.php#L101
lib/Controller/HealthController.php:101:28: UndefinedClass: Class, interface or enum named OCP\IAppManager does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/HealthController.php#L60
lib/Controller/HealthController.php:60:15: UndefinedClass: Class, interface or enum named OCP\IAppManager does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/AuditPackExportController.php#L144
lib/Controller/AuditPackExportController.php:144:23: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Service\AuditTrailService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/AuditPackExportController.php#L128
lib/Controller/AuditPackExportController.php:128:25: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Service\AuditTrailService does not exist (see https://psalm.dev/019)
UndefinedClass: lib/Controller/AuditPackExportController.php#L119
lib/Controller/AuditPackExportController.php:119:19: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Service\AuditTrailService does not exist (see https://psalm.dev/019)
quality / PHP Quality (phpstan): lib/Controller/HealthController.php#L101
Call to method isInstalled() on an unknown class OCP\IAppManager.
UndefinedClass: lib/Controller/AuditPackExportController.php#L83
lib/Controller/AuditPackExportController.php:83:15: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Service\AuditTrailService does not exist (see https://psalm.dev/019)
quality / PHP Quality (phpstan): lib/Controller/HealthController.php#L64
Property OCA\Scholiq\Controller\HealthController::$appManager has unknown class OCP\IAppManager as its type.
UndefinedClass: lib/AppInfo/Application.php#L96
lib/AppInfo/Application.php:96:20: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Event\ObjectTransitionedEvent does not exist (see https://psalm.dev/019)
quality / PHP Quality (phpstan): lib/Controller/HealthController.php#L64
Property OCA\Scholiq\Controller\HealthController::$appManager has unknown class OCP\IAppManager as its type.
UndefinedClass: lib/AppInfo/Application.php#L88
lib/AppInfo/Application.php:88:20: UndefinedClass: Class, interface or enum named OCA\OpenRegister\Event\XapiStatementReceivedEvent does not exist (see https://psalm.dev/019)
quality / PHP Quality (phpstan): lib/Controller/HealthController.php#L64
Parameter $appManager of method OCA\Scholiq\Controller\HealthController::__construct() has invalid type OCP\IAppManager.
quality / PHP Quality (phpstan): lib/Controller/HealthController.php#L64
Parameter $appManager of method OCA\Scholiq\Controller\HealthController::__construct() has invalid type OCP\IAppManager.
quality / PHP Quality (phpstan): lib/Controller/CredentialVerifyController.php#L61
Parameter $objectService of method OCA\Scholiq\Controller\CredentialVerifyController::__construct() has invalid type OCA\OpenRegister\Service\ObjectService.
quality / PHP Quality (phpstan): lib/Controller/CredentialVerifyController.php#L61
Parameter $objectService of method OCA\Scholiq\Controller\CredentialVerifyController::__construct() has invalid type OCA\OpenRegister\Service\ObjectService.
quality / PHP Quality (phpstan): lib/Controller/AuditPackExportController.php#L89
Property OCA\Scholiq\Controller\AuditPackExportController::$logger is never read, only written.
quality / PHP Quality (phpstan): lib/Controller/AuditPackExportController.php#L88
Parameter $auditTrailService of method OCA\Scholiq\Controller\AuditPackExportController::__construct() has invalid type OCA\OpenRegister\Service\AuditTrailService.
quality / PHP Quality (phpstan): lib/Controller/AuditPackExportController.php#L88
Parameter $auditTrailService of method OCA\Scholiq\Controller\AuditPackExportController::__construct() has invalid type OCA\OpenRegister\Service\AuditTrailService.
quality / Quality Report
Unable to download artifact(s): Artifact not found for name: playwright-report Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
quality / Quality Report
Unable to download artifact(s): Artifact not found for name: coverage-report Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
quality / License (npm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / License (npm)
No files were found with the provided path: license-report/. No artifacts will be uploaded.
quality / Vue Quality (stylelint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Security (npm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Vue Quality (eslint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpmd)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (lint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpmetrics)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpcs)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Security (composer)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (psalm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / PHP Quality (phpstan)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / License (composer)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
quality / Quality Report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/github-script@v7, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
license-report-composer Expired
3.51 KB
sha256:3ed12f437871da4d83571e12ebb6415cc1b35720d096f35727e09f178604845a
quality-report Expired
26.9 KB
sha256:c1ef1954ef40dcd55b712708ac80470b8af8bf554bfb041fd228e6921e2e7c36
result-license-composer Expired
148 Bytes
sha256:9962cb7cd2b25b2dc98d7acaa9aeee3bfd64e663880fcf85485f476fa8a6ee2e
result-license-npm Expired
138 Bytes
sha256:a1c067b22fed940a23bc8cc0e9822094fc6787a8d80e3a0fb97e13a3469a0149
result-php-quality-lint Expired
140 Bytes
sha256:85e59ed1e7030962d0f249e6d1cf5d4c3c7b7284657cf118aa64794e34090e49
result-php-quality-phpcs Expired
142 Bytes
sha256:4618ac25c49d90b8fbfaaf7fb796d1ac5c7591d7b5e3a292f141e8464ecce590
result-php-quality-phpmd Expired
142 Bytes
sha256:7e5c4f04b28546531f2e80e8674668e93b4d54c15bd173bb02a6e7fbf9dceafd
result-php-quality-phpmetrics Expired
152 Bytes
sha256:7ec60b5275450382cadeea70b4b1109f8ba5c25f3fa786451eee5125d6858b43
result-php-quality-phpstan Expired
146 Bytes
sha256:21d788c324ea48b60ef911ed3d4512255a4d0a8c9a90ab8a3d0c6a011e271255
result-php-quality-psalm Expired
142 Bytes
sha256:fdad9134cb7cc7eae841e7effd28f5e7762740ce4a233b225bdce6bebc2f9fe5
result-security-composer Expired
148 Bytes
sha256:9962cb7cd2b25b2dc98d7acaa9aeee3bfd64e663880fcf85485f476fa8a6ee2e
result-security-npm Expired
138 Bytes
sha256:adaf3349834dbdaf3b9f9d65bd5add40a20f3c76378c686bd01dc3e0c7ddece2
result-vue-quality-eslint Expired
144 Bytes
sha256:2875cdea0c0f69c89de3216b021f3c4794c4afad7bc7a9f639ec147470f37995
result-vue-quality-stylelint Expired
150 Bytes
sha256:007763d466b85788675d673f01af87dbf8fa77f96575f295ff46846fc0a12cd0