Skip to content

Commit

Permalink
fix: add sbt/setup-sbt for the dependency graph workflow (#22228)
Browse files Browse the repository at this point in the history
IT turns out that
https://github.com/scalacenter/sbt-dependency-submission doesn't include
sbt if it's missing

Related to #22224

[skip ci]
  • Loading branch information
hamzaremmal authored Dec 17, 2024
2 parents 77376fe + 72848b3 commit 47f7d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}

0 comments on commit 47f7d14

Please sign in to comment.