Skip to content

Commit

Permalink
ci: FOSSA Dependency Analysis (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 2, 2024
1 parent 7b44e16 commit 5901945
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dependency-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Dependency Analysis

on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'

jobs:
dependency-analysis:
uses: crowdin/.github/.github/workflows/dependency-analysis.yml@main
secrets:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}

0 comments on commit 5901945

Please sign in to comment.