Skip to content

Commit df8a634

Browse files
authored
Define workflow permissions (#4)
Added workflow permissions to resolve by code scanning detected security issue.
1 parent dedab93 commit df8a634

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-connyconsole.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Build ConnyConsole
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on:
47
push:

0 commit comments

Comments
 (0)