Skip to content

Commit 7bf4c16

Browse files
committed
publish dependency analysis
1 parent 318bcc9 commit 7bf4c16

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)