Skip to content

Commit a28457a

Browse files
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 4371a71 commit a28457a

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
@@ -66,6 +66,8 @@ jobs:
6666
- run: bun run tsc
6767

6868
name: CI
69+
permissions:
70+
contents: read
6971

7072
on:
7173
pull_request: ~

0 commit comments

Comments
 (0)