Skip to content

Security

Security #36

Triggered via schedule August 11, 2025 00:27
Status Success
Total duration 18m 4s
Artifacts

security.yml

on: schedule
Dependency Review
0s
Dependency Review
Matrix: CodeQL Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
CodeQL Analysis (swift): Sources/Realtime/Deprecated/Presence.swift#L116
static property 'defaults' is not concurrency-safe because non-'Sendable' type 'Presence.Options' may have shared mutable state; this is an error in the Swift 6 language mode
CodeQL Analysis (swift): Sources/Realtime/Deprecated/PhoenixTransport.swift#L148
stored property 'session' of 'Sendable'-conforming class 'URLSessionTransport' is mutable; this is an error in the Swift 6 language mode
CodeQL Analysis (swift): Sources/Realtime/Deprecated/PhoenixTransport.swift#L140
non-final class 'URLSessionTransport' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
CodeQL Analysis (swift): Sources/Realtime/Deprecated/Defaults.swift#L57
static property 'decode' is not concurrency-safe because non-'Sendable' type '(Data) -> Any?' may have shared mutable state; this is an error in the Swift 6 language mode
CodeQL Analysis (swift): Sources/Realtime/Deprecated/Defaults.swift#L48
static property 'encode' is not concurrency-safe because non-'Sendable' type '(Any) -> Data' may have shared mutable state; this is an error in the Swift 6 language mode
CodeQL Analysis (swift): Sources/Realtime/Deprecated/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because non-'Sendable' type '(Int) -> TimeInterval' (aka '(Int) -> Double') may have shared mutable state; this is an error in the Swift 6 language mode
CodeQL Analysis (swift): Sources/Realtime/Deprecated/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because non-'Sendable' type '(Int) -> TimeInterval' (aka '(Int) -> Double') may have shared mutable state; this is an error in the Swift 6 language mode
CodeQL Analysis (swift): Sources/Storage/SupabaseStorage.swift#L16
'defaultStorageDecoder' is deprecated: Access to storage decoder is going to be removed.
CodeQL Analysis (swift): Sources/Storage/SupabaseStorage.swift#L15
'defaultStorageEncoder' is deprecated: Access to storage encoder is going to be removed.
CodeQL Analysis (swift)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520