Skip to content

Commit 5035c29

Browse files
ci: FOSSA Dependency Analysis (#689)
1 parent 8f4600b commit 5035c29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Dependency Analysis
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: '0 0 * * *'
9+
10+
jobs:
11+
dependency-analysis:
12+
uses: crowdin/.github/.github/workflows/dependency-analysis.yml@main
13+
secrets:
14+
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

0 commit comments

Comments
 (0)