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.
1 parent 9d83b6e commit bf77ea5Copy full SHA for bf77ea5
.github/workflows/dependency-review.yml
@@ -0,0 +1,18 @@
1
+name: Maven Dependency Tree Dependency Submission
2
+on:
3
+ schedule:
4
+ - cron: '0 0 * * *'
5
+ workflow_dispatch:
6
+
7
+permissions:
8
+ contents: write
9
10
+jobs:
11
+ dependency-detection-and-submission:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: 'Checkout Repository'
15
+ uses: actions/checkout@v4
16
17
+ - name: Submit Dependency Snapshot
18
+ uses: advanced-security/maven-dependency-submission-action@v3
0 commit comments