Skip to content

Merge pull request #698 from ergebnis/dependabot/github_actions/ergeb… #1713

Merge pull request #698 from ergebnis/dependabot/github_actions/ergeb…

Merge pull request #698 from ergebnis/dependabot/github_actions/ergeb… #1713

Triggered via push June 30, 2026 22:34
Status Success
Total duration 1m 11s
Artifacts

integrate.yaml

on: push
GitHub Actions Analysis
13s
GitHub Actions Analysis
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

2 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 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4.2.4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/