diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 8adab10f..df106cc7 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -17,6 +17,8 @@ jobs: checks: write strategy: fail-fast: false + # Run one at a time, otherwise parallel jobs create the same advisory issue twice. + max-parallel: 1 matrix: lockfile: [Cargo.lock, Cargo-minimal.lock, Cargo-recent.lock] steps: