Skip to content

Commit 3e77660

Browse files
authored
fix dependency graph GH action (#671)
1 parent d3dfc30 commit 3e77660

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12+
13+
- name: setup Java 17
14+
uses: actions/setup-java@v4
15+
with:
16+
java-version: '17'
17+
distribution: 'oracle'
18+
cache: 'sbt'
19+
20+
- name: setup SBT
21+
uses: sbt/setup-sbt@v1
22+
1223
- uses: scalacenter/sbt-dependency-submission@v2
1324
with:
1425
modules-ignore: >
@@ -26,4 +37,4 @@ jobs:
2637
kafka-flow-persistence-cassandra-it-tests_2.12
2738
configs-ignore: test integration-test scala-tool scala-doc-tool
2839
permissions:
29-
contents: write
40+
contents: write

0 commit comments

Comments
 (0)