Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-12 | Use `v2` of `setup-rust-action` on CI | 1 | -2/+2 | ||
2024-02-20 | Disable `artifacts` job in `audit` workflow | 1 | -11/+11 | ||
It seems to produce false positives all the time, while not really detecting outdated dependencies when it matters. | |||||
2023-12-15 | Ignore `raw-window-handle` outdated artifact | 1 | -1/+1 | ||
2023-11-11 | Run `sed` with `-i` option in `artifacts` job | 1 | -1/+1 | ||
2023-11-11 | Fix `artifacts` job in `audit` workflow | 1 | -0/+2 | ||
2023-10-22 | Run `cargo update` before `cargo audit` in `audit` workflow | 1 | -0/+2 | ||
2023-09-07 | Unify `audit` and `detect` workflows | 1 | -3/+17 | ||
2022-05-11 | Remove manual update of `nix` crate in `audit` workflow | 1 | -3/+0 | ||
2022-01-26 | Fix `audit` workflow | 1 | -1/+0 | ||
... since `nix` recently released a `0.22.3`, which is safe by default. | |||||
2022-01-13 | Add `audit` workflow for GitHub CI | 1 | -0/+16 | ||