Skip to content

Searching for recipes #151

Searching for recipes

Searching for recipes #151

Triggered via pull request August 7, 2024 14:37
Status Success
Total duration 1m 20s
Artifacts

docker.yml

on: pull_request
Push Docker image to Docker Hub
38s
Push Docker image to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/server/CookingApp/Program.cs#L29
Possible null reference argument for parameter 'securitySettings' in 'void SwaggerConfiguration.LoadSecuritySettingsFrom(AuthenticationSettings securitySettings)'.
build: src/server/CookingApp/Program.cs#L58
Possible null reference argument for parameter 'url' in 'LoggingConfiguration LoggingConfiguration.WithSeqSink(string url)'.
build: src/server/CookingApp/ViewModels/Api/ApiResponse.cs#L14
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/server/CookingApp/Controllers/WebhookController.cs#L33
Dereference of a possibly null reference.
build: src/server/CookingApp/Controllers/WebhookController.cs#L45
Dereference of a possibly null reference.
build: src/server/CookingApp/Services/Stripe/StripeService.cs#L22
Parameter 'invoiceService' is unread.
build: src/server/CookingApp/Services/Stripe/StripeService.cs#L23
Parameter 'stripeOptions' is unread.
build: src/server/CookingApp/Services/Feedback/FeedbackService.cs#L37
Possible null reference return.
build: src/server/CookingApp/Models/ValueObjects/Ingredient.cs#L10
Non-nullable property 'Quantity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/server/CookingApp/Infrastructure/Configurations/Swagger/AuthenticationSettings.cs#L5
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Push Docker image to Docker Hub
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/