Skip to content

Commit

Permalink
Submit Gradle dependency graph to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Feb 25, 2024
1 parent 21af109 commit 8afc8ac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Dependency Graph

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

0 comments on commit 8afc8ac

Please sign in to comment.