Skip to content

Commit 44102b4

Browse files
committed
f Fix audit file
1 parent 6f5ec95 commit 44102b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Security audit
1+
name: Security Audit
22
on:
33
schedule:
44
- cron: '0 0 * * *'
@@ -8,9 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
permissions:
1010
issues: write
11-
issues-reason: to create issues
1211
checks: write
13-
checks-reason: to create checks
1412
steps:
1513
- uses: actions/checkout@v3
1614
- uses: rustsec/audit-check@v1.4.1

0 commit comments

Comments
 (0)