build(deps): bump yii2-framework/actions/.github/workflows/ecs.yml #132
Annotations
5 warnings
|
mutation / PHP 8.5-ubuntu-latest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: GitHubSecurityLab/actions-permissions/monitor@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
mutation / PHP 8.5-ubuntu-latest:
src/EnumDataProvider.php#L83
Escaped Mutant for Mutator "ArrayOneItem":
@@ @@
$data[sprintf('%s %s tag', $value, $category)] = [$case, $value];
}
- return $data;
+ return count($data) > 1 ? array_slice($data, 0, 1, true) : $data;
}
/**
|
|
mutation / PHP 8.5-ubuntu-latest:
src/EnumDataProvider.php#L58
Escaped Mutant for Mutator "ArrayOneItem":
@@ @@
];
}
- return $cases;
+ return count($cases) > 1 ? array_slice($cases, 0, 1, true) : $cases;
}
/**
|
|
mutation / PHP 8.5-ubuntu-latest:
src/DirectoryCleaner.php#L62
Escaped Mutant for Mutator "Continue_":
@@ @@
}
if ($file === '.gitignore' || $file === '.gitkeep') {
- continue;
+ break;
}
$path = $basePath . DIRECTORY_SEPARATOR . $file;
|
|
mutation / PHP 8.5-ubuntu-latest:
src/DirectoryCleaner.php#L58
Escaped Mutant for Mutator "Continue_":
@@ @@
while (($file = readdir($handle)) !== false) {
if ($file === '.' || $file === '..') {
- continue;
+ break;
}
if ($file === '.gitignore' || $file === '.gitkeep') {
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
infection-permissions-84928942952730d473b4c206a99b9afc
|
140 Bytes |
sha256:df6a43cdc3cf92b41f95ebd1dd0c063ff7e59d80a68bc28d04d3392f1931a153
|
|