Skip to content

Commit

Permalink
Update update-dependancy-graph.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonoTyran authored Aug 5, 2024
1 parent faa96c3 commit e4c8ad7
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/update-dependancy-graph.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
name: Update Dependancy Graph

on: [push]
on:
push:
branches: [ main ]

jobs:
dependency-graph:

runs-on: ubuntu-latest

steps:
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v4
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v4

0 comments on commit e4c8ad7

Please sign in to comment.