Skip to content

boulder: Add SOURCE_DATE_EPOCH #903

boulder: Add SOURCE_DATE_EPOCH

boulder: Add SOURCE_DATE_EPOCH #903

Triggered via pull request June 7, 2024 23:23
Status Success
Total duration 1m 17s
Artifacts

ci.yaml

on: pull_request
Build & Test Project
1m 9s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
[clippy] boulder/src/epoch.rs#L16: boulder/src/epoch.rs#L16
warning: redundant closure --> boulder/src/epoch.rs:16:35 | 16 | SOURCE_DATE_EPOCH.get_or_init(|| resolve_epoch()) | ^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `resolve_epoch` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure = note: `#[warn(clippy::redundant_closure)]` on by default
Build & Test Project
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.