Skip to content

Merge pull request #351 from ergebnis/dependabot/github_actions/codec… #837

Merge pull request #351 from ergebnis/dependabot/github_actions/codec…

Merge pull request #351 from ergebnis/dependabot/github_actions/codec… #837

Triggered via push March 3, 2025 06:27
Status Success
Total duration 2m 46s
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

8 warnings
Coding Standards (7.4, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Mutation Tests (7.4, locked): src/Json.php#L121
Escaped Mutant for Mutator "DecrementInteger": --- Original +++ New @@ @@ */ private static function decode(string $encoded) { - return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR); + return \json_decode($encoded, false, 511, \JSON_THROW_ON_ERROR); } }
Mutation Tests (7.4, locked): src/Json.php#L121
Escaped Mutant for Mutator "IncrementInteger": --- Original +++ New @@ @@ */ private static function decode(string $encoded) { - return \json_decode($encoded, false, 512, \JSON_THROW_ON_ERROR); + return \json_decode($encoded, false, 513, \JSON_THROW_ON_ERROR); } }
Dependency Analysis (7.4, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Tests (8.1, highest)
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/9e72090525849c5e82e596468b86eb55e9cc5401'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Tests (8.1, highest)
Back off 18.698 seconds before retry.
Dependency Analysis (7.4, locked)
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/9e72090525849c5e82e596468b86eb55e9cc5401'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Dependency Analysis (7.4, locked)
Back off 29.917 seconds before retry.