Skip to content

Bump Octokit from 7.1.0 to 9.0.0 #603

Bump Octokit from 7.1.0 to 9.0.0

Bump Octokit from 7.1.0 to 9.0.0 #603

Triggered via pull request November 20, 2023 06:47
Status Failure
Total duration 1m 49s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Analyze (csharp): Source/Bake/Cooking/Kitchen.cs#L87
'Artifact' does not contain a definition for 'ValidateAsync' and no accessible extension method 'ValidateAsync' accepting a first argument of type 'Artifact' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): Source/Bake/Cooking/Kitchen.cs#L164
'Artifact' does not contain a definition for 'PrettyNames' and no accessible extension method 'PrettyNames' accepting a first argument of type 'Artifact' could be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): Source/Bake/Cooking/Editor.cs#L91
'Artifact' does not contain a definition for 'Empty'
Analyze (csharp): Source/Bake/Cooking/Composers/PythonFlaskComposer.cs#L84
Argument 3: cannot convert from 'Bake.ValueObjects.Artifacts.DockerFileArtifact' to 'Artifact'
Analyze (csharp): Source/Bake/Cooking/Composers/OctopusDeployPackageComposer.cs#L70
The type 'Bake.ValueObjects.Artifacts.HelmChartArtifact' cannot be used as type parameter 'T' in the generic type or method 'IContext.GetArtifacts<T>()'. There is no implicit reference conversion from 'Bake.ValueObjects.Artifacts.HelmChartArtifact' to 'Artifact'.
Analyze (csharp): Source/Bake/Cooking/Composers/NodeJsComposer.cs#L118
Argument 4: cannot convert from 'Bake.ValueObjects.Artifacts.DockerFileArtifact' to 'Artifact'
Analyze (csharp): Source/Bake/Cooking/Composers/MkDocsComposer.cs#L90
Argument 5: cannot convert from 'Bake.ValueObjects.Artifacts.DocumentationSiteArtifact' to 'Artifact'
Analyze (csharp): Source/Bake/Cooking/Composers/HelmComposer.cs#L93
Argument 4: cannot convert from 'Bake.ValueObjects.Artifacts.HelmChartArtifact' to 'Artifact'
Analyze (csharp): Source/Bake/Cooking/Composers/GoComposer.cs#L137
Argument 4: cannot convert from 'Bake.ValueObjects.Artifacts.ExecutableArtifact' to 'Artifact'
Analyze (csharp): Source/Bake/Cooking/Composers/GoComposer.cs#L155
Argument 6: cannot convert from 'Bake.ValueObjects.Artifacts.DockerFileArtifact' to 'Artifact'
Analyze (csharp): Source/Bake/Extensions/RunnerFactoryExtensions.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Extensions/RunnerFactoryExtensions.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Extensions/RunnerFactoryExtensions.cs#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Extensions/RunnerFactoryExtensions.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Extensions/RunnerFactoryExtensions.cs#L77
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Extensions/RunnerFactoryExtensions.cs#L78
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Cooking/Ingredients/Gathers/DescriptionGather.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Services/IRunnerFactory.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Services/IRunnerFactory.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Source/Bake/Core/Yaml.cs#L139
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.