Skip to content

Commit 88a7d6f

Browse files
committed
fix: Add permissions block to ci.yml to address code scanning alert.
1 parent 95b0132 commit 88a7d6f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches: [main]
99

10+
permissions:
11+
contents: read
12+
1013
concurrency:
1114
group: "${{ github.head_ref || github.ref }}-${{ github.workflow }}"
1215
cancel-in-progress: true

0 commit comments

Comments
 (0)