Avoid concurrent build of Umbraco.JsonSchema
tool and add execution timeouts to Exec
build tasks
#14260
Triggered via pull request
September 4, 2024 11:30
Status
Success
Total duration
11m 57s
Artifacts
–
codeql-analysis.yml
on: pull_request
CodeQL-Build
11m 48s
Annotations
12 warnings
CodeQL-Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CodeQL-Build:
src/Umbraco.Core/Manifest/CompositePackageManifest.cs#L43
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
CodeQL-Build:
src/Umbraco.Core/Manifest/CompositePackageManifest.cs#L13
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
CodeQL-Build:
src/Umbraco.Core/Manifest/IPackageManifest.cs#L47
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
CodeQL-Build:
src/Umbraco.Core/Manifest/PackageManifest.cs#L155
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
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/Services/IContentService.cs#L270
'IContentService.Save(IEnumerable<IContent>, int)' hides inherited member 'IContentServiceBase<IContent>.Save(IEnumerable<IContent>, int)'. Use the new keyword if hiding was intended.
|
CodeQL-Build:
src/Umbraco.Core/Models/Blocks/BlockGridModel.cs#L22
'BlockGridModel.Empty' hides inherited member 'ReadOnlyCollection<BlockGridItem>.Empty'. Use the new keyword if hiding was intended.
|
CodeQL-Build:
src/Umbraco.Core/Models/Blocks/BlockListModel.cs#L37
'BlockListModel.Empty' hides inherited member 'ReadOnlyCollection<BlockListItem>.Empty'. Use the new keyword if hiding was intended.
|
CodeQL-Build:
src/Umbraco.Core/Models/Blocks/RichTextBlockModel.cs#L37
'RichTextBlockModel.Empty' hides inherited member 'ReadOnlyCollection<RichTextBlockItem>.Empty'. Use the new keyword if hiding was intended.
|
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/
|