Skip to content

Bump actions/github-script from 7 to 8 in the all-actions group #156

Bump actions/github-script from 7 to 8 in the all-actions group

Bump actions/github-script from 7 to 8 in the all-actions group #156

Triggered via push September 8, 2025 10:23
Status Failure
Total duration 5m 25s
Artifacts

php.yml

on: push
Matrix: PHP-Linter
Linter  /  ecmascript-linter
Linter / ecmascript-linter
Linter  /  json-linter
Linter / json-linter
Linter  /  style-linter
Linter / style-linter
Linter  /  yaml-linter
Linter / yaml-linter
Quality control
5m 20s
Quality control
Security checks
27s
Security checks
Matrix: unit-tests-windows
Matrix: unit-tests-linux
Code coverage
0s
Code coverage
Cleanup artifacts
0s
Cleanup artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
PHP-Linter (8.3) / linter
Process completed with exit code 4.
PossiblyFalseArgument: src/Auth/Source/Radius.php#L266
src/Auth/Source/Radius.php:266:30: PossiblyFalseArgument: Argument 1 of array_key_exists cannot be false, possibly array-key value expected (see https://psalm.dev/104)
RedundantFunctionCall: src/Auth/Source/Radius.php#L246
src/Auth/Source/Radius.php:246:33: RedundantFunctionCall: Argument 1 of sprintf does not contain any placeholders (see https://psalm.dev/280)
TooManyArguments: src/Auth/Source/Radius.php#L246
src/Auth/Source/Radius.php:246:33: TooManyArguments: Too many arguments for the number of placeholders in sprintf (see https://psalm.dev/026)
PossiblyUndefinedArrayOffset: src/Auth/Source/Radius.php#L214
src/Auth/Source/Radius.php:214:57: PossiblyUndefinedArrayOffset: Possibly undefined array key $decomposed[1] on list{0: string, 1?: string} (see https://psalm.dev/167)
PossiblyUndefinedArrayOffset: src/Auth/Source/Radius.php#L158
src/Auth/Source/Radius.php:158:38: PossiblyUndefinedArrayOffset: Possibly undefined array key $_SERVER['SERVER_ADDR'] on array{APP_DEBUG?: bool|string, APP_ENV?: string, AUTH_TYPE?: non-empty-string, CONTENT_LENGTH?: string, CONTENT_TYPE?: string, DOCUMENT_ROOT?: non-empty-string, FCGI_ROLE?: non-empty-string, GATEWAY_INTERFACE?: non-empty-string, HOME?: non-empty-string, HTTPS?: string, HTTP_ACCEPT?: non-empty-string, HTTP_ACCEPT_CHARSET?: non-empty-string, HTTP_ACCEPT_ENCODING?: non-empty-string, HTTP_ACCEPT_LANGUAGE?: non-empty-string, HTTP_CACHE_CONTROL?: non-empty-string, HTTP_CDN_LOOP?: non-empty-string, HTTP_CF_CONNECTING_IP?: non-empty-string, HTTP_CF_IPCOUNTRY?: non-empty-string, HTTP_CF_VISITOR?: non-empty-string, HTTP_CLIENT_IP?: non-empty-string, HTTP_CONNECTION?: non-empty-string, HTTP_COOKIE?: non-empty-string, HTTP_DNT?: non-empty-string, HTTP_HOST?: non-empty-string, HTTP_PRIORITY?: non-empty-string, HTTP_REFERER?: non-empty-string, HTTP_SEC_CH_UA?: non-empty-string, HTTP_SEC_CH_UA_MOBILE?: non-empty-string, HTTP_SEC_CH_UA_PLATFORM?: non-empty-string, HTTP_SEC_FETCH_DEST?: non-empty-string, HTTP_SEC_FETCH_MODE?: non-empty-string, HTTP_SEC_FETCH_SITE?: non-empty-string, HTTP_SEC_FETCH_USER?: non-empty-string, HTTP_UPGRADE_INSECURE_REQUESTS?: non-empty-string, HTTP_USER_AGENT?: non-empty-string, HTTP_X_FORWARDED_FOR?: non-empty-string, HTTP_X_FORWARDED_PROTO?: non-empty-string, HTTP_X_REAL_IP?: non-empty-string, ORIG_PATH_INFO?: non-empty-string, PATH?: non-empty-string, PATH_INFO?: non-empty-string, PATH_TRANSLATED?: non-empty-string, PHP_AUTH_DIGEST?: non-empty-string, PHP_AUTH_PW?: non-empty-string, PHP_AUTH_USER?: non-empty-string, PHP_SELF?: non-empty-string, QUERY_STRING?: string, REDIRECT_REMOTE_USER?: non-empty-string, REDIRECT_STATUS?: non-empty-string, REMOTE_ADDR?: non-empty-string, REMOTE_HOST?: non-empty-string, REMOTE_PORT?: string, REMOTE_USER?: non-empty-string, REQUEST_METHOD?: non-empty-string, REQUEST_SCHEME?: non-empty-string, REQUEST_TIME?: int<1757327017, max>, REQUEST_TIME_FLOAT?: float, REQUEST_URI?: non-empty-string, SCRIPT_FILENAME?: non-empty-string, SCRIPT_NAME?: non-empty-string, SERVER_ADDR?: non-empty-string, SERVER_ADMIN?: non-empty-string, SERVER_NAME?: non-empty-string, SERVER_PORT?: non-empty-string, SERVER_PROTOCOL?: non-empty-string, SERVER_SIGNATURE?: non-empty-string, SERVER_SOFTWARE?: non-empty-string, USER?: non-empty-string, argc?: int<1, max>, argv?: non-empty-list<string>, ...<non-empty-string, string>} (see https://psalm.dev/167)
MissingOverrideAttribute: src/Auth/Source/Radius.php#L140
src/Auth/Source/Radius.php:140:5: MissingOverrideAttribute: Method SimpleSAML\Module\radius\Auth\Source\Radius::login should have the "Override" attribute (see https://psalm.dev/358)
MissingClassConstType: src/Auth/Source/Radius.php#L32
src/Auth/Source/Radius.php:32:18: MissingClassConstType: Class constant "SimpleSAML\Module\radius\Auth\Source\Radius::RADIUS_NAS_IDENTIFIER" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Auth/Source/Radius.php#L31
src/Auth/Source/Radius.php:31:18: MissingClassConstType: Class constant "SimpleSAML\Module\radius\Auth\Source\Radius::RADIUS_VENDOR_SPECIFIC" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Auth/Source/Radius.php#L30
src/Auth/Source/Radius.php:30:18: MissingClassConstType: Class constant "SimpleSAML\Module\radius\Auth\Source\Radius::RADIUS_USERNAME" should have a declared type. (see https://psalm.dev/359)
ClassMustBeFinal: src/Auth/Source/Radius.php#L28
src/Auth/Source/Radius.php:28:7: ClassMustBeFinal: Class SimpleSAML\Module\radius\Auth\Source\Radius is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L78
src/Auth/Source/Radius.php:78:17: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$vendorType is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L52
src/Auth/Source/Radius.php:52:20: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$secret is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L47
src/Auth/Source/Radius.php:47:17: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$port is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/Auth/Source/Radius.php#L42
src/Auth/Source/Radius.php:42:20: PropertyNotSetInConstructor: Property SimpleSAML\Module\radius\Auth\Source\Radius::$hostname is not defined in constructor of SimpleSAML\Module\radius\Auth\Source\Radius or in any private or final methods called in the constructor (see https://psalm.dev/074)
UnusedClass: src/Auth/Source/Radius.php#L28
src/Auth/Source/Radius.php:28:7: UnusedClass: Class SimpleSAML\Module\radius\Auth\Source\Radius is never used (see https://psalm.dev/075)