Skip to content

Merge pull request #575 from ergebnis/dependabot/composer/ergebnis/ph… #1432

Merge pull request #575 from ergebnis/dependabot/composer/ergebnis/ph…

Merge pull request #575 from ergebnis/dependabot/composer/ergebnis/ph… #1432

Triggered via push May 10, 2024 22:25
Status Success
Total duration 45s
Artifacts

integrate.yaml

on: push
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Mutation Tests (7.4, locked): src/ValidationResult.php#L30
Escaped Mutant for Mutator "UnwrapArrayValues": --- Original +++ New @@ @@ private array $errors; private function __construct(ValidationError ...$errors) { - $this->errors = \array_values($errors); + $this->errors = $errors; } public static function create(ValidationError ...$errors) : self {
Dependency Analysis (7.4, locked)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Coding Standards (7.4, locked)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3.3.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.