Merge pull request #698 from ergebnis/dependabot/github_actions/ergeb… #1713
integrate.yaml
on: push
GitHub Actions Analysis
13s
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
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/
|