Skip to content

Commit 75aa2df

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

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on:
44
push:
55
permissions:
66
contents: read
7-
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
7+
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

0 commit comments

Comments
 (0)