feat: adopt new HTTP layer from OpenAPIRuntime and migrate Functions to it #34
security.yml
on: pull_request
Dependency Review
5s
Matrix: CodeQL Analysis
Annotations
10 warnings and 2 notices
CodeQL Analysis (swift):
Sources/Realtime/Deprecated/Push.swift#L26
'RealtimeChannel' is deprecated: Use new RealtimeChannelV2 class instead. See migration guide: https://github.com/supabase-community/supabase-swift/blob/main/docs/migrations/RealtimeV2%20Migration%20Guide.md
|
CodeQL Analysis (swift):
Sources/Realtime/Deprecated/Presence.swift#L116
static property 'defaults' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
CodeQL Analysis (swift):
Sources/Realtime/Deprecated/Defaults.swift#L57
static property 'decode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
CodeQL Analysis (swift):
Sources/Realtime/Deprecated/Defaults.swift#L48
static property 'encode' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
CodeQL Analysis (swift):
Sources/Realtime/Deprecated/Defaults.swift#L41
static property 'rejoinSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
CodeQL Analysis (swift):
Sources/Realtime/Deprecated/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
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):
Sources/Helpers/Logger/OSLogSupabaseLogger.swift#L28
stored property 'logger' of 'Sendable'-conforming struct 'OSLogSupabaseLogger' has non-sendable type 'Logger'
|
CodeQL Analysis (swift):
Sources/Helpers/Logger/OSLogSupabaseLogger.swift#L28
stored property 'logger' of 'Sendable'-conforming struct 'OSLogSupabaseLogger' has non-sendable type 'Logger'
|
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
|
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
|