Skip to content

Commit 0f32068

Browse files
committed
Update security-audit.yml
1 parent a855f0e commit 0f32068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Security audit
22
on:
33
push:
4-
paths:
4+
paths:
55
- '**/Cargo.toml'
66
- '**/Cargo.lock'
77
jobs:
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: rustsec/[email protected]
1313
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
14+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)