We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c6b58 commit 526f0a2Copy full SHA for 526f0a2
.github/workflows/dependency-report.yml
@@ -0,0 +1,11 @@
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
+ secrets: inherit
0 commit comments