Update cloak_ecto 1.2.0 → 1.3.0 (minor) #195
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Upload analysis results to GitHub
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
compile
use Bitwise is deprecated. import Bitwise instead
|
compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
compile
use Bitwise is deprecated. import Bitwise instead
|
compile
Code.load_file/1 is deprecated. Use Code.require_file/2 or Code.compile_file/2 instead
|
compile
use Bitwise is deprecated. import Bitwise instead
|
compile
variable "client" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
compile
clauses with the same name should be grouped together, "defp broadcast_change/2" was previously defined (lib/ex_fleet_yards/repo/account/user/u2f_token.ex:122)
|
compile
clauses with the same name should be grouped together, "defp broadcast_change/3" was previously defined (lib/ex_fleet_yards/repo/account/user/u2f_token.ex:128)
|
compile
module attribute @common_args in code block has no effect as it is never returned (remove the attribute or assign it to _ to avoid warnings)
|
Loading