Skip to content

Commit 591c69c

Browse files
committed
f Explicitly restrict permissions
1 parent 8fd21da commit 591c69c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/audit.yml

Lines changed: 5 additions & 0 deletions
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)