Skip to content

Commit

Permalink
Update dependency-submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Mar 29, 2024
1 parent 15e9515 commit 53e66b7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ jobs:
dependency-submission:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
- name: Checkout Code
uses: actions/checkout@v4

- name: Set Up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: adopt

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

0 comments on commit 53e66b7

Please sign in to comment.