summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/cargo-vendor.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-6/+0
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-06-25Update Github actions to use `wireguard-go` as a submoduleMarkus Pettersson1-1/+3
2023-06-29Add CI job for vendoring Rust dependenciesLinus Färnstrand1-0/+28
This is used mostly to detect invalidly set up dependencies. Cargo vendor will exit with an error if there are duplicate versions/sources of one dependency