Skip to content

Commit 22c0931

Browse files
committed
Merge #652: Fix duplicate rustsec issue creation
2fecab1 Fix duplicate rustsec issue creation (Jamil Lambert, PhD) Pull request description: When the audit runs on all 3 lockfiles at the same time a problem in multiple lockfiles can result in multiple issues being created for the same RustSec ID. Run the jobs one at a time so that issues created are seen by the next jobs and no duplicate issue is created. ACKs for top commit: satsfy: reACK 2fecab1 tcharding: ACK 2fecab1 Tree-SHA512: 3b344081566f71d20664f9797951b9d80e7d2864c6cab5549a2895312d919f702fd816eed79be103067cdac4c505500d20e30f8ff591e7c4255ad910a979ee6d
2 parents bd129f4 + 2fecab1 commit 22c0931

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
checks: write
1818
strategy:
1919
fail-fast: false
20+
# Run one at a time, otherwise parallel jobs create the same advisory issue twice.
21+
max-parallel: 1
2022
matrix:
2123
lockfile: [Cargo.lock, Cargo-minimal.lock, Cargo-recent.lock]
2224
steps:

0 commit comments

Comments
 (0)