Skip to content

Use Certifi cafile when overriding SSL options #152

Use Certifi cafile when overriding SSL options

Use Certifi cafile when overriding SSL options #152

Triggered via push January 24, 2024 11:38
Status Success
Total duration 1m 10s
Artifacts

ci.yml

on: push
Matrix: Build and test
Fit to window
Zoom out
Zoom in

Annotations

27 warnings
Build and test (26.1.2, 1.15.6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L14
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L15
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L14
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L15
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L7
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L8
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead