Skip to content

Commit 60d8e47

Browse files
authored
Merge pull request #114 from ScottBrenner/alert-autofix-1
Fix for code scanning alert: Workflow does not contain permissions Thanks for the catch!
2 parents 090e38d + 998d0c5 commit 60d8e47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
name: Windows Build
2+
3+
permissions:
4+
contents: read
5+
16
on:
27
push:
38
pull_request:

0 commit comments

Comments
 (0)