Skip to content

Commit ffd311c

Browse files
committed
add dependency report workflows
1 parent 9cd85c7 commit ffd311c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Dependency Report Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
dependency-report:
8+
uses: QuickBirdEng/workflows/.github/workflows/vulnerability-and-outdated-packages-report.yml@main
9+
with:
10+
flutter-report: true
11+
is-library: true
12+
secrets: inherit

0 commit comments

Comments
 (0)