Skip to content

Commit f55a230

Browse files
committed
fix cargo audit again
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 75aa2df commit f55a230

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/rust-cargo-audit-check.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
permissions:
66
contents: read
77
jobs:
8-
security_audit:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v6
12-
- uses: dtolnay/rust-toolchain@1.91.1
13-
id: toolchain
14-
- run: rustup override set ${{steps.toolchain.outputs.name}}
15-
- uses: ClementTsang/cargo-action@v0.0.7
16-
with:
17-
command: install
18-
args: cargo-audit
19-
- uses: ClementTsang/cargo-action@v0.0.7
20-
with:
21-
command: audit
8+
security_audit:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v6
12+
- uses: dtolnay/rust-toolchain@1.91.1
13+
id: toolchain
14+
- run: rustup override set ${{steps.toolchain.outputs.name}}
15+
- uses: ClementTsang/cargo-action@v0.0.7
16+
with:
17+
command: install
18+
args: cargo-audit
19+
- uses: ClementTsang/cargo-action@v0.0.7
20+
with:
21+
command: audit

0 commit comments

Comments
 (0)