Skip to content

chore(deps): Bump actions/checkout from 3 to 4 #369

chore(deps): Bump actions/checkout from 3 to 4

chore(deps): Bump actions/checkout from 3 to 4 #369

Triggered via pull request September 5, 2023 09:03
Status Failure
Total duration 1m 56s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: Grumphp
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 7 warnings
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L40
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getAssuranceLevel() should return string|null but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L45
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getAuthenticationFactors() should return array<string> but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L50
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getDepartmentNumber() should return string|null but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L55
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getDomain() should return string|null but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L60
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getDomainUsername() should return string|null but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L65
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getEmail() should return string|null but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L70
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getEmployeeNumber() should return string|null but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L75
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getEmployeeType() should return string|null but returns mixed.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L78
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getExtendedAttributes() return type has no value type specified in iterable type array.
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L80
Method EcPhp\EuLoginBundle\Security\Core\User\EuLoginUser::getExtendedAttributes() should return array but returns mixed.
Grumphp (windows-latest, 8.1)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-pcov * but it is missing from your system. Install or enable PHP's pcov extension. To enable extensions, verify that they are enabled in your .ini files: - C:\tools\php\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-pcov` to temporarily ignore these required extensions.
Grumphp (windows-latest, 8.1)
Process completed with exit code 1.
Grumphp (macOS-latest, 8.1)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires PHP extension ext-pcov * but it is missing from your system. Install or enable PHP's pcov extension. To enable extensions, verify that they are enabled in your .ini files: - /usr/local/etc/php/8.1/php.ini - /usr/local/etc/php/8.1/conf.d/20-xdebug.ini - /usr/local/etc/php/8.1/conf.d/ext-opcache.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-pcov` to temporarily ignore these required extensions.
Grumphp (macOS-latest, 8.1)
Process completed with exit code 2.
Grumphp (ubuntu-latest, 8.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L137
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ } public function getSso() : bool { - return $this->get('sso', false); + return $this->get('sso', true); } public function getStrengths() : array {
Grumphp (ubuntu-latest, 8.1): src/Security/Core/User/EuLoginUser.php#L152
Escaped Mutant for Mutator "FalseValue": --- Original +++ New @@ @@ } public function getTeleworkingPriority() : bool { - return $this->get('teleworkingPriority', false); + return $this->get('teleworkingPriority', true); } public function getTicketType() : ?string {
Grumphp (windows-latest, 8.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Grumphp (macOS-latest, 8.1)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Grumphp (macOS-latest, 8.1)
Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/3df4ab11eba7bda6032a0b82a6bb43b11571feac'. Error: Response status code does not indicate success: 500 (Internal Server Error).
Grumphp (macOS-latest, 8.1)
Back off 19.331 seconds before retry.