Skip to content

Commit 227f210

Browse files
Merge branch 'security-fix-3' into security-fix-4 to workaround scorecard deeming git octopus merges insecure.
* security-fix-3: Harden default permissions of GH Labler action ( - Fixes #39 - )
2 parents 96b3065 + bf8f7cd commit 227f210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ master, stable ]
66

77
# Declare default permissions as none.
8-
permissions: none
8+
permissions: {}
99

1010
jobs:
1111
triage:

0 commit comments

Comments
 (0)