We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a32670 + 5dc7fca commit fc20b40Copy full SHA for fc20b40
.github/workflows/fossa.yml
@@ -5,6 +5,10 @@ on:
5
# for PRs initiated by Dependabot.
6
branches-ignore:
7
- 'dependabot/**'
8
+
9
+permissions:
10
+ contents: read # Required by actions/checkout@v4 to fetch the repository contents.
11
12
jobs:
13
fossa:
14
name: FOSSA
0 commit comments