Skip to content

Commit 5f12a91

Browse files
authored
Install prebuilt cargo-audit to speed up Security Audit workflow (nushell#16615)
The "Security Audit" workflow always builds the `cargo-audit` binary but it could just use a prebuilt one. ## Release notes summary - What our users need to know N/A
1 parent 5b0800a commit 5f12a91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
continue-on-error: true
2121
steps:
2222
- uses: actions/checkout@v5
23+
- uses: taiki-e/install-action@v2
24+
with:
25+
tool: cargo-audit
2326
- uses: rustsec/[email protected]
2427
with:
2528
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)