We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92f500 commit 6f7d80eCopy full SHA for 6f7d80e
1 file changed
starter-workflow.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Java
21
uses: actions/setup-java@v3
22
with:
23
- distribution: 'temurin'
+ distribution: 'microsoft'
24
java-version: 11
25
# do your build steps. This example uses sbt
26
- name: Compile with sbt
@@ -30,7 +30,7 @@ jobs:
30
uses: advanced-security/spotbugs-findsecbugs-action@v1
31
32
# set these appropriately for your project
33
- spotbugs_target: 'target/scala-*/classes'
+ spotbugs_target: 'target/scala-2.13/classes' # cannot have globs
34
# upload_sarif: 'true'
35
# no_cache: 'false'
36
# spotbugs_version: '4.7.3'
0 commit comments