Skip to content

Commit 25d0aa3

Browse files
authored
Make scorecard happy (#3079)
1 parent a255928 commit 25d0aa3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-changes-ownership.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ on:
55
branches: [ 'main' ]
66
paths:
77
- 'model/**'
8-
jobs:
98

9+
permissions:
10+
contents: read
11+
12+
jobs:
1013
get-changed-files:
1114
runs-on: ubuntu-latest
1215
permissions:

0 commit comments

Comments
 (0)