Skip to content

Fix deprecations, caching, update actions workflow #1252

Fix deprecations, caching, update actions workflow

Fix deprecations, caching, update actions workflow #1252

Triggered via pull request March 21, 2024 11:41
Status Success
Total duration 7m 16s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
Run CI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run CI: lib/cadet/notifications.ex#L279
module attribute @doc was set but no definition follows it
Run CI: priv/repo/migrations/20210531155751_multitenant_upgrade.exs#L201
variable "configs" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI
CadetWeb.Endpoint.init/2 is deprecated, use config/runtime.exs instead or pass additional options when starting the endpoint in your supervision tree
Run CI
CadetWeb.Endpoint.init/2 is deprecated, use config/runtime.exs instead or pass additional options when starting the endpoint in your supervision tree
Run CI: test/cadet/assessments/assessments_test.exs#L2083
variable "assessments" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI: test/cadet/assessments/assessments_test.exs#L2112
variable "assessments" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI: test/cadet/assessments/assessments_test.exs#L2142
variable "assessments" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI: test/cadet/assessments/assessments_test.exs#L2172
variable "assessments" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI: test/cadet/assessments/assessments_test.exs#L2202
variable "assessments" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI: test/cadet/jobs/notification_worker/notification_worker_test.exs#L16
variable "asssub_ntype" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI
attempting to determine the presence of embed_many field :choices with validate_required/3 or field_missing?/2 which has no effect. You can pass the :required option to Ecto.Changeset.cast_embed/3 to achieve this.
Run CI
attempting to determine the presence of embed_many field :choices with validate_required/3 or field_missing?/2 which has no effect. You can pass the :required option to Ecto.Changeset.cast_embed/3 to achieve this.
Run CI
attempting to determine the presence of embed_many field :choices with validate_required/3 or field_missing?/2 which has no effect. You can pass the :required option to Ecto.Changeset.cast_embed/3 to achieve this.
Run CI
Mix.Config.eval!/2 is deprecated. Use Config.Reader.read_imports!/2 instead
Run CI
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
Run CI
Mix.Config.persist/1 is deprecated. Use Application.put_all_env/2 instead
Run CI
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
Run CI
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Run CI
Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
Run CI
variable "asset_host" is unused (if the variable is not meant to be used, prefix it with an underscore)
Run CI
Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Run CI
Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
Run CI
Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead