Skip to content

Commit

Permalink
fix dependency graph GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Jan 21, 2025
1 parent ff676e7 commit a11e32f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: setup Java 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'oracle'
cache: 'sbt'

- name: setup SBT
uses: sbt/setup-sbt@v1

- uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: >
Expand All @@ -26,4 +37,4 @@ jobs:
kafka-flow-persistence-cassandra-it-tests_2.12
configs-ignore: test integration-test scala-tool scala-doc-tool
permissions:
contents: write
contents: write

0 comments on commit a11e32f

Please sign in to comment.