Skip to content

V14: Merge 13 to 14 #13630

V14: Merge 13 to 14

V14: Merge 13 to 14 #13630

Triggered via pull request May 22, 2024 08:32
Status Success
Total duration 18m 31s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
CodeQL-Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CodeQL-Build: src/Umbraco.Core/Services/Querying/RecycleBin/RecycleBinQueryResultType.cs#L4
XML comment has badly formed XML -- 'An identifier was expected.'
CodeQL-Build: src/Umbraco.Core/PropertyEditors/JsonPropertyIndexValueFactoryBase.cs#L5
The using directive for 'Umbraco.Cms.Core.Serialization' appeared previously in this namespace
CodeQL-Build: src/Umbraco.Core/Services/ContentServiceExtensions.cs#L48
'Constants.Security.SuperUserId' is obsolete: 'Use SuperUserKey instead. Scheduled for removal in V15.'
CodeQL-Build: src/Umbraco.Core/Services/MediaServiceExtensions.cs#L37
'Constants.Security.SuperUserId' is obsolete: 'Use SuperUserKey instead. Scheduled for removal in V15.'
CodeQL-Build: src/Umbraco.Core/Exceptions/DataOperationException.cs#L100
Member 'DataOperationException<T>.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DataOperationException<T>.GetObjectData(SerializationInfo, StreamingContext)'.
CodeQL-Build: src/Umbraco.Core/Exceptions/InvalidCompositionException.cs#L145
Member 'InvalidCompositionException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InvalidCompositionException.GetObjectData(SerializationInfo, StreamingContext)'.
CodeQL-Build: src/Umbraco.Core/Semver/Semver.cs#L529
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
CodeQL-Build: src/Umbraco.Core/Semver/Semver.cs#L529
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
CodeQL-Build: src/Umbraco.Core/Services/DataTypeService.cs#L455
'Constants.Security.SuperUserId' is obsolete: 'Use SuperUserKey instead. Scheduled for removal in V15.'
CodeQL-Build
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/