Skip to content

Commit 6f7d80e

Browse files
authored
Update starter-workflow.yml
1 parent c92f500 commit 6f7d80e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

starter-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Java
2121
uses: actions/setup-java@v3
2222
with:
23-
distribution: 'temurin'
23+
distribution: 'microsoft'
2424
java-version: 11
2525
# do your build steps. This example uses sbt
2626
- name: Compile with sbt
@@ -30,7 +30,7 @@ jobs:
3030
uses: advanced-security/spotbugs-findsecbugs-action@v1
3131
with:
3232
# set these appropriately for your project
33-
spotbugs_target: 'target/scala-*/classes'
33+
spotbugs_target: 'target/scala-2.13/classes' # cannot have globs
3434
# upload_sarif: 'true'
3535
# no_cache: 'false'
3636
# spotbugs_version: '4.7.3'

0 commit comments

Comments
 (0)