Skip to content

Commit ef09dcf

Browse files
TomeHirataclaude
andcommitted
Add explicit permissions to draft-pdf workflow
Addresses CodeQL security alert: restrict GITHUB_TOKEN to read-only contents access following least-privilege principle. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 23fc3a5 commit ef09dcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on: [push]
22

3+
permissions:
4+
contents: read
5+
36
jobs:
47
paper:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)