Skip to content

Commit 94003fe

Browse files
ci: limit permissions in ci workflow
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent c8cf9c5 commit 94003fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches:
99
- main
1010
workflow_dispatch: {}
11+
permissions:
12+
contents: read
1113

1214
jobs:
1315
python_tests:

0 commit comments

Comments
 (0)