Skip to content

Commit

Permalink
Add actions/setup-java step to dependency-submission job
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 15, 2024
1 parent ae60c48 commit 41bf5df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4
env:
Expand Down

0 comments on commit 41bf5df

Please sign in to comment.