Skip to content

Commit 8e3466f

Browse files
ci: Add maven-dependency-submission-action
Signed-off-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent 5c44a35 commit 8e3466f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/artifact.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
with:
4343
java-version: '17'
4444
distribution: 'temurin'
45+
cache: maven
46+
- name: Update dependency graph
47+
uses: advanced-security/maven-dependency-submission-action@v4.1.1
4548
- name: Prepare JRE
4649
run: |
4750
mkdir aftifact

0 commit comments

Comments
 (0)