Skip to content

Commit afe7955

Browse files
Potential fix for code scanning alert no. 6: Workflow does not contain permissions (#307)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 609379b commit afe7955

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ defaults:
1515

1616
jobs:
1717
pyright:
18+
permissions:
19+
contents: read
1820
strategy:
1921
fail-fast: false
2022
matrix:

0 commit comments

Comments
 (0)