Skip to content

Commit e092062

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# .github/workflows/ci.yml
22
name: TreeMapper CI
33

4+
permissions:
5+
contents: read
6+
47
on:
58
pull_request:
69
branches: [ '**' ]

0 commit comments

Comments
 (0)