Skip to content

Commit 35d6b48

Browse files
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#35)
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 00ebabc commit 35d6b48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
pre-commit:
2121
name: Format
2222
runs-on: ubuntu-latest
23+
permissions:
24+
contents: read
2325
steps:
2426
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2527
- name: Install uv

0 commit comments

Comments
 (0)