Skip to content

Support large files (#582) #74

Support large files (#582)

Support large files (#582) #74

Re-run triggered November 15, 2024 07:35
Status Success
Total duration 1m 22s
Artifacts

ci-cd.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
Internal test / Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Internal test / Deploy
This deployment mode is not supported for subscription scoped deployments, this parameter will be ignored!
Internal test / Deploy
WARNING: The configuration value of bicep.use_binary_from_path has been set to 'false'.
Internal test / Deploy
This deployment mode is not supported for subscription scoped deployments, this parameter will be ignored!
Internal test / Deploy
Unexpected input(s) 'region', 'environment', valid inputs are ['AZURE_CLIENT_ID', 'AZURE_TENANT_ID', 'AZURE_SUBSCRIPTION_ID', 'AZURE_ENVIRONMENT_KEY_VAULT_NAME', 'AZURE_NAME_PREFIX', 'AZURE_MIGRATION_STORAGE_ACCOUNT_NAME']
Internal test / Deploy
Unexpected input(s) 'region', 'environment', valid inputs are ['AZURE_CLIENT_ID', 'AZURE_TENANT_ID', 'AZURE_SUBSCRIPTION_ID', 'AZURE_ENVIRONMENT_KEY_VAULT_NAME', 'AZURE_NAME_PREFIX', 'AZURE_MIGRATION_STORAGE_ACCOUNT_NAME']
Staging / Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Staging / Deploy
This deployment mode is not supported for subscription scoped deployments, this parameter will be ignored!
Staging / Deploy
WARNING: The configuration value of bicep.use_binary_from_path has been set to 'false'.
Staging / Deploy
This deployment mode is not supported for subscription scoped deployments, this parameter will be ignored!
Staging / Deploy
Unexpected input(s) 'region', 'environment', valid inputs are ['AZURE_CLIENT_ID', 'AZURE_TENANT_ID', 'AZURE_SUBSCRIPTION_ID', 'AZURE_ENVIRONMENT_KEY_VAULT_NAME', 'AZURE_NAME_PREFIX', 'AZURE_MIGRATION_STORAGE_ACCOUNT_NAME']
Staging / Deploy
Unexpected input(s) 'region', 'environment', valid inputs are ['AZURE_CLIENT_ID', 'AZURE_TENANT_ID', 'AZURE_SUBSCRIPTION_ID', 'AZURE_ENVIRONMENT_KEY_VAULT_NAME', 'AZURE_NAME_PREFIX', 'AZURE_MIGRATION_STORAGE_ACCOUNT_NAME']
Production / Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Production / Deploy
This deployment mode is not supported for subscription scoped deployments, this parameter will be ignored!
Production / Deploy
WARNING: The configuration value of bicep.use_binary_from_path has been set to 'false'.
Production / Deploy
This deployment mode is not supported for subscription scoped deployments, this parameter will be ignored!
Production / Deploy
Unexpected input(s) 'region', 'environment', valid inputs are ['AZURE_CLIENT_ID', 'AZURE_TENANT_ID', 'AZURE_SUBSCRIPTION_ID', 'AZURE_ENVIRONMENT_KEY_VAULT_NAME', 'AZURE_NAME_PREFIX', 'AZURE_MIGRATION_STORAGE_ACCOUNT_NAME']
Production / Deploy
Unexpected input(s) 'region', 'environment', valid inputs are ['AZURE_CLIENT_ID', 'AZURE_TENANT_ID', 'AZURE_SUBSCRIPTION_ID', 'AZURE_ENVIRONMENT_KEY_VAULT_NAME', 'AZURE_NAME_PREFIX', 'AZURE_MIGRATION_STORAGE_ACCOUNT_NAME']
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L42
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L49
Non-nullable property 'PropertyKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L52
Non-nullable property 'PropertyValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'ExternalServiceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'SendersReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'Reportee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L62
Possible null reference assignment.
QA / Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L64
Possible null reference assignment.
QA / Test application: src/Altinn.Broker.Persistence/DependencyInjection.cs#L41
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.