Skip to content

Merge pull request #2 from Engineers-Cradle/feat/jwks #3

Merge pull request #2 from Engineers-Cradle/feat/jwks

Merge pull request #2 from Engineers-Cradle/feat/jwks #3

Triggered via push September 12, 2024 06:59
Status Success
Total duration 1m 8s
Artifacts

build-code.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
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/
build
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/
build
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/
build
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/
build: crates/attendance/src/libs/db.rs#L23
function `insert_new_node` is never used
build: crates/attendance/src/libs/db.rs#L54
function `get_all_nodes` is never used
build: crates/attendance/src/libs/db.rs#L79
function `get_node_by_name` is never used
build: crates/attendance/src/libs/db.rs#L101
function `update_last_token_issue_at_node_by_name` is never used
build: crates/attendance/src/libs/db.rs#L129
function `update_last_ping_on_node_by_name` is never used
build: crates/attendance/src/libs/db.rs#L156
function `delete_node_by_name` is never used
build: crates/pinger/src/config/env.rs#L6
fields `web_server_port`, `num_workers`, `log_level`, and `registration_token` are never read
build: crates/pinger/src/libs/db.rs#L23
function `insert_new_node` is never used
build: crates/pinger/src/libs/db.rs#L79
function `get_node_by_name` is never used
build: crates/pinger/src/libs/db.rs#L101
function `update_last_token_issue_at_node_by_name` is never used