Skip to content

Commit fc20b40

Browse files
authored
Merge pull request #5080 from aditya7302/fossa-token-permission
Define top level Permission for fossa.yml (FOSSA) workflow
2 parents 4a32670 + 5dc7fca commit fc20b40

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)