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 318bcc9 commit bae897aCopy full SHA for bae897a
.github/workflows/dependency-analysis.yml
@@ -0,0 +1,18 @@
1
+name: "Submit Dependency Analysis"
2
+
3
+on:
4
+ push:
5
+ branches: [ main ]
6
7
+ schedule:
8
+ - cron: '45 15 * * 6' # https://crontab.guru/#45_15_*_*_6
9
10
+jobs:
11
+ submit-dependency-analysis:
12
+ name: Submit Dependency Analysis
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v4
17
+ - name: Submit Maven Dependency Snapshot
18
+ uses: advanced-security/[email protected] # https://github.com/advanced-security/maven-dependency-submission-action/releases/tag/v4.1.1
0 commit comments