Skip to content

Commit

Permalink
Use graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaualcazar committed Oct 22, 2024
1 parent 47529f5 commit 6253246
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/security-submit-dependecy-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: graalvm/setup-graalvm@v1
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Generate and submit dependency graph for wave-cli
uses: gradle/actions/dependency-submission@v4
Expand Down

0 comments on commit 6253246

Please sign in to comment.