Skip to content

Updated actions (#565) #1077

Updated actions (#565)

Updated actions (#565) #1077

Triggered via push September 12, 2023 16:23
Status Success
Total duration 18m 58s
Artifacts 4

workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

39 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'ChangeFailureRateBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Service/Controllers/SummaryItemsController.cs#L68
Possible null reference argument for parameter 'connectionString' in 'Task<SummaryItem?> SummaryItemsDA.GetSummaryItem(string connectionString, string user, string owner, string repo)'.
build: src/RepoGovernance.Service/Program.cs#L17
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
build: src/RepoGovernance.Web/Services/SummaryItemsServiceApiClient.cs#L15
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: src/RepoGovernance.Web/Program.cs#L7
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
build: src/RepoGovernance.Web/Models/SummaryItemsIndex.cs#L8
Non-nullable property 'SummaryItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Web/Models/SummaryItemsIndex.cs#L9
Non-nullable property 'SummaryRepoLanguages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Web/Services/BaseServiceApiClient.cs#L9
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/RepoGovernance.Function/ProcessItemFromQueueFunction.cs#L23
The variable 'project' is assigned but its value is never used
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'ChangeFailureRateBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
drop Expired
40.5 MB
function Expired
41.6 MB
service Expired
46.6 MB
web Expired
90.6 MB