summaryrefslogtreecommitdiffstats
path: root/.github/workflows/audit.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `v2` of `setup-rust-action` on CILibravatar Héctor Ramón Jiménez2024-03-121-2/+2
|
* Disable `artifacts` job in `audit` workflowLibravatar Héctor Ramón Jiménez2024-02-201-11/+11
| | | | | | It seems to produce false positives all the time, while not really detecting outdated dependencies when it matters.
* Ignore `raw-window-handle` outdated artifactLibravatar Héctor Ramón Jiménez2023-12-151-1/+1
|
* Run `sed` with `-i` option in `artifacts` jobLibravatar Héctor Ramón Jiménez2023-11-111-1/+1
|
* Fix `artifacts` job in `audit` workflowLibravatar Héctor Ramón Jiménez2023-11-111-0/+2
|
* Run `cargo update` before `cargo audit` in `audit` workflowLibravatar Héctor Ramón Jiménez2023-10-221-0/+2
|
* Unify `audit` and `detect` workflowsLibravatar Héctor Ramón Jiménez2023-09-071-3/+17
|
* Remove manual update of `nix` crate in `audit` workflowLibravatar Héctor Ramón Jiménez2022-05-111-3/+0
|
* Fix `audit` workflowLibravatar Héctor Ramón Jiménez2022-01-261-1/+0
| | | | ... since `nix` recently released a `0.22.3`, which is safe by default.
* Add `audit` workflow for GitHub CILibravatar Héctor Ramón Jiménez2022-01-131-0/+16