Skip to content

Commit 0e28b15

Browse files
Copilotbact
andcommitted
Add explicit permissions to corpus-integrity workflow for security
Co-authored-by: bact <128572+bact@users.noreply.github.com>
1 parent fc1aaec commit 0e28b15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/corpus-integrity.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ concurrency:
2828
jobs:
2929
corpus-integrity:
3030
runs-on: ubuntu-latest
31+
permissions:
32+
contents: read
3133

3234
steps:
3335
- name: Checkout

0 commit comments

Comments
 (0)