Skip to content

Commit d250a52

Browse files
committed
f Explicitly restrict permissions
1 parent ad476fa commit d250a52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/audit.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
macos-latest,
1313
]
1414
runs-on: ${{ matrix.platform }}
15+
permissions:
16+
issues: write
17+
issues-reason: to create issues
18+
checks: write
19+
checks-reason: to create checks
1520
steps:
1621
- uses: actions/checkout@v3
1722
- uses: rustsec/[email protected]

0 commit comments

Comments
 (0)