Skip to content

Commit 5dc7fca

Browse files
committed
Define top level Permission for fossa.yml (FOSSA) workflow
Signed-off-by: aditya7302 <[email protected]>
1 parent 5e35497 commit 5dc7fca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fossa.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
# for PRs initiated by Dependabot.
66
branches-ignore:
77
- 'dependabot/**'
8+
9+
permissions:
10+
contents: read # Required by actions/checkout@v4 to fetch the repository contents.
11+
812
jobs:
913
fossa:
1014
name: FOSSA

0 commit comments

Comments
 (0)