Skip to content

Commit

Permalink
Configure explicit JDK/SBT setup in Dependency Graph pipeline (opensn…
Browse files Browse the repository at this point in the history
…owcat#297)

* Bump scalacenter/sbt-dependency-submission action to v3

* Add explicit JDK/SBT setup steps
  • Loading branch information
oermolaev authored Jan 9, 2025
1 parent c035faa commit 50031e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'corretto'
cache: sbt
- uses: sbt/setup-sbt@v1
with:
sbt-runner-version: 1.9.9
- uses: scalacenter/sbt-dependency-submission@v3
with:
## Optional: Define the working directory of your build.
Expand Down

0 comments on commit 50031e2

Please sign in to comment.