aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-10-31fix audit workflowFredrik Enestad
2024-10-18Upgrade Rust to 1.82Yuchen Wu
2024-10-18Upgrade the latest Rust to 1.81Yuchen Wu
2024-09-23Update semgrep.ymlhrushikeshdeshpande
Updating existing Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application & Product Security team's initiative to onboard Semgrep onto all of Cloudflare's public repos. In case of any questions, please reach out to "Hrushikesh Deshpande" on cf internal chat.
2024-09-23Only run clippy on the latest stable RustYuchen Wu
Otherwise it requires extra attention for deprecated clippy rules
2024-09-19Adding semgrep yaml fileHrushikesh Deshpande
2024-08-19Edit github workflow to run audit on latest stable onlyEdward Wang
cargo-audit now has an MSRV of 1.74 > ours. We only need to run audit on at least one toolchain, anyhow.
2024-08-02Upgrade latest Rust to 1.80Yuchen Wu
2024-07-26Allow unknown linksYuchen Wu
2024-06-21ci: update targeted toolchainsMatthew Gumport
Adds nightly to the toolchain list and short-circuits steps where nightly will have extra warnings. Also update 1.78->1.79 to track new stable release.
2024-06-14Pin the stable Rust versionYuchen Wu
To avoid CI failure due to new clippy rules introduced by newer Rust releases. We will manually update the Rust version here after each Rust release.
2024-06-07Add msrv (1.72) to build-check matrixKevin Guthrie
2024-03-29Fix typo in yaml file (#173)Gideon Tong
2024-03-29Add mark stale GitHub ActionGideon Tong
2024-03-22modernize cizaidoon
2024-03-01ci: add github workflows (#3)Matthew (mbg)
Add CI workflows for docs, compile, test, and audit. Dependabot also included.