Skip to content

deps(deps): update wagoid/commitlint-github-action action to v6.2.1 #92

deps(deps): update wagoid/commitlint-github-action action to v6.2.1

deps(deps): update wagoid/commitlint-github-action action to v6.2.1 #92

Triggered via pull request January 14, 2025 22:15
Status Success
Total duration 45s
Artifacts

testing.yml

on: pull_request
Matrix: arch-testing
Matrix: code-coverage
Matrix: mutation-testing
Matrix: unit-testing
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
arch-testing (ubuntu-latest, 8.2, 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-testing (ubuntu-latest, 8.2, 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
code-coverage (ubuntu-latest, 8.2, 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
unit-testing (ubuntu-latest, 8.2, highest)
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
unit-testing (ubuntu-latest, 8.3, highest)
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
unit-testing (ubuntu-latest, 8.2, lowest)
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
unit-testing (ubuntu-latest, 8.3, 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
unit-testing (ubuntu-latest, 8.3, lowest)
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
unit-testing (ubuntu-latest, 8.2, 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
arch-testing (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-testing (ubuntu-latest, 8.3, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-testing (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-testing (ubuntu-latest, 8.2, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-testing (ubuntu-latest, 8.2, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-testing (ubuntu-latest, 8.3, highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-testing (ubuntu-latest, 8.3, lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
code-coverage (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mutation-testing (ubuntu-latest, 8.2, locked)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L13
Escaped Mutant for Mutator "IfNegation": --- Original +++ New @@ @@ { public function boot() : void { - if ($this->app->runningInConsole()) { + if (!$this->app->runningInConsole()) { $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L14
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes([], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L14
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "Concat": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes(['/../../../../config/paginator.php' . __DIR__ => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes(['/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ConcatOperandRemoval": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes([__DIR__ => config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L15
Escaped Mutant for Mutator "ArrayItem": --- Original +++ New @@ @@ public function boot() : void { if ($this->app->runningInConsole()) { - $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); + $this->publishes([__DIR__ . '/../../../../config/paginator.php' > config_path('paginator.php')], 'config'); $this->registerConsoleCommands(); } }
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { if ($this->app->runningInConsole()) { $this->publishes([__DIR__ . '/../../../../config/paginator.php' => config_path('paginator.php')], 'config'); - $this->registerConsoleCommands(); + } } public function register() : void
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } public function register() : void { - $this->mergeConfigFrom(__DIR__ . '/../../../../config/paginator.php', 'paginator'); + } private function registerConsoleCommands() : void {
mutation-testing (ubuntu-latest, 8.2, locked): src/Bridge/Laravel/Providers/PaginatorServiceProvider.php#L32
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } private function registerConsoleCommands() : void { - $this->commands([]); + } }