Skip to content

Merge pull request #193 from ConductionNL/fix/sbom-reusable-workflow #43

Merge pull request #193 from ConductionNL/fix/sbom-reusable-workflow

Merge pull request #193 from ConductionNL/fix/sbom-reusable-workflow #43

Triggered via push March 19, 2026 09:17
Status Failure
Total duration 1m 29s
Artifacts 14

code-quality.yml

on: push
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)
0s
quality / Integration Tests (Newman)
quality  /  Update Coverage Baseline
0s
quality / Update Coverage Baseline
quality  /  Quality Report
30s
quality / Quality Report
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 15 warnings
quality / Vue Quality (stylelint)
Process completed with exit code 1.
quality / License (npm)
Process completed with exit code 1.
quality / Vue Quality (eslint)
Process completed with exit code 1.
quality / Security (npm)
Process completed with exit code 1.
InvalidArgument: lib/Service/ArchiMateService.php#L2307
lib/Service/ArchiMateService.php:2307:27: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
InvalidArgument: lib/Service/ArchiMateService.php#L1909
lib/Service/ArchiMateService.php:1909:23: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
InvalidArgument: lib/Service/ArchiMateImportService.php#L5745
lib/Service/ArchiMateImportService.php:5745:34: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
InvalidArgument: lib/Service/ArchiMateImportService.php#L5743
lib/Service/ArchiMateImportService.php:5743:34: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
InvalidArgument: lib/Service/ArchiMateImportService.php#L5741
lib/Service/ArchiMateImportService.php:5741:34: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
InvalidArgument: lib/Service/ArchiMateImportService.php#L5739
lib/Service/ArchiMateImportService.php:5739:27: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
UndefinedVariable: lib/Service/ArchiMateExportService.php#L2256
lib/Service/ArchiMateExportService.php:2256:80: UndefinedVariable: Cannot find referenced variable $propRef (see https://psalm.dev/024)
InvalidArgument: lib/Service/ArchiMateExportService.php#L1597
lib/Service/ArchiMateExportService.php:1597:31: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
InvalidArgument: lib/Service/ArchiMateExportService.php#L1552
lib/Service/ArchiMateExportService.php:1552:31: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
InvalidArgument: lib/Service/ArchiMateExportService.php#L282
lib/Service/ArchiMateExportService.php:282:23: InvalidArgument: Calling empty on a boolean value is almost certainly unintended (see https://psalm.dev/004)
quality / PHP Quality (phpcs)
Process completed with exit code 2.
quality / SBOM
Process completed with exit code 1.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L110
Call to method registerService() on an unknown class OCP\AppFramework\Bootstrap\IRegistrationContext.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L104
Class OCP\App\IAppManager not found.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L102
Class OCP\IUserManager not found.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L101
Class OCP\IGroupManager not found.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L97
Call to method registerService() on an unknown class OCP\AppFramework\Bootstrap\IRegistrationContext.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L92
Parameter $context of method OCA\SoftwareCatalog\AppInfo\Application::register() has invalid type OCP\AppFramework\Bootstrap\IRegistrationContext.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L92
Parameter $context of method OCA\SoftwareCatalog\AppInfo\Application::register() has invalid type OCP\AppFramework\Bootstrap\IRegistrationContext.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L82
OCA\SoftwareCatalog\AppInfo\Application::__construct() calls parent::__construct() but OCA\SoftwareCatalog\AppInfo\Application does not extend any class.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L70
Class OCA\SoftwareCatalog\AppInfo\Application implements unknown interface OCP\AppFramework\Bootstrap\IBootstrap.
quality / PHP Quality (phpstan): lib/AppInfo/Application.php#L70
Class OCA\SoftwareCatalog\AppInfo\Application extends unknown class OCP\AppFramework\App.
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 / 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. 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)
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. 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 (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. 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. 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. 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. 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. 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. 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. 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. 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 / SBOM
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/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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. 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. 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/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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.92 KB
sha256:4ddcb70e5682ae61ffdce9c466213b11f36f78d4d1239bf6ac4709f829eb33de
quality-report Expired
30.1 KB
sha256:baf63f26ecdefe6b5a6b3cae787547d822d3738451ebeb853db2bd4a5a7562ba
result-license-composer Expired
148 Bytes
sha256:ca76c85218c63a7ec7715fcdd7c1fe691b6fffafbd65ed0ff493760450809449
result-license-npm Expired
138 Bytes
sha256:a65e0df0686344ef317574967275aa214f116d677124555a354f9062fee21cb0
result-php-quality-lint Expired
140 Bytes
sha256:1f1fdbf3784ccdcb11c91c1c1f7a2e5414e7494f3f5e82647e50a8a2b615b0b4
result-php-quality-phpcs Expired
142 Bytes
sha256:ae505afca6caac133d519d99f9c383f64a83d7e2070219252fceefede6898912
result-php-quality-phpmd Expired
142 Bytes
sha256:688f8e8fb0e8590fd701a4cc099db931fabff3a157e440df0e579d7ee493e8c7
result-php-quality-phpmetrics Expired
152 Bytes
sha256:b1c452a9a49ced4f41bc46ba32767a633cd7042e8a0ff7cb99dd307eb8f96040
result-php-quality-phpstan Expired
146 Bytes
sha256:4a5c8a29bf3c0ace6f6e6d12c83107330e9fbc2b001f6fc7be0f839656652ff7
result-php-quality-psalm Expired
142 Bytes
sha256:dfae99b7d813dc8da5d07a6fee2c7aa3c6d77e6ac11d386db2053e9b2be334c8
result-security-composer Expired
148 Bytes
sha256:b85d73307e1760c0c40fe79a34e0acc4a7cc5a637ea20181f87897e22b2653c1
result-security-npm Expired
138 Bytes
sha256:9f78ab9d86b46b7bd500f1e90ff09f2c946da36304950ef1878ec2f19648d580
result-vue-quality-eslint Expired
144 Bytes
sha256:dadcb23f45b6c1397bcc25fbd6e1873199c8a2296edffe2e2f80f8ebd9c7995e
result-vue-quality-stylelint Expired
150 Bytes
sha256:b7533e7457888c69303233616c30442bc3ff3a1af2280e786bd1c3cf57fa8cdc