Skip to content

chore(deps): update github/codeql-action digest to 5b62e7a #503

chore(deps): update github/codeql-action digest to 5b62e7a

chore(deps): update github/codeql-action digest to 5b62e7a #503

Triggered via push November 14, 2024 23:17
Status Success
Total duration 3m 14s
Artifacts 3

build.yml

on: push
Matrix: build
Push GitHub Packages
13s
Push GitHub Packages
Push NuGet Packages
0s
Push NuGet Packages
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
Build-macOS-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/BranchType.cs#L6
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/BranchType.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/AffectedFile.cs#L6
Non-nullable property 'ProductId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/AffectedFile.cs#L9
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/AffectedFile.cs#L12
Non-nullable property 'FileVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/AffectedFile.cs#L15
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/AffectedFile.cs#L21
Non-nullable property 'FileArchitecture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/VulnerabilityTitle.cs#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/VulnerabilityThreatDescription.cs#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-macOS-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocumentAcknowledgment.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/VulnerabilityTitle.cs#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L6
Non-nullable property 'DocumentTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L9
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L12
Non-nullable property 'DocumentPublisher' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L15
Non-nullable property 'DocumentTracking' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L18
Non-nullable property 'DocumentNotes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L21
Non-nullable property 'DocumentDistribution' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L24
Non-nullable property 'AggregateSeverity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L27
Non-nullable property 'DocumentReferences' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-ubuntu-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L30
Non-nullable property 'Acknowledgments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L6
Non-nullable property 'DocumentTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L9
Non-nullable property 'DocumentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L12
Non-nullable property 'DocumentPublisher' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L15
Non-nullable property 'DocumentTracking' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L18
Non-nullable property 'DocumentNotes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L21
Non-nullable property 'DocumentDistribution' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L24
Non-nullable property 'AggregateSeverity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L27
Non-nullable property 'DocumentReferences' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L30
Non-nullable property 'Acknowledgments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build-windows-latest: src/JamieMagee.MicrosoftSecurityUpdates.Schema/CvrfDocument.cs#L33
Non-nullable property 'ProductTree' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Push GitHub Packages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "macOS-latest", "ubuntu-latest", "windows-latest". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
macOS-latest
89.4 KB
ubuntu-latest
89.4 KB
windows-latest
89.6 KB