File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 77 - java-security
88
99jobs :
10- build :
10+ build-and-scan :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
2828 - name : Build JAR
2929 run : mvn --errors package -DskipTests -pl databricks-sdk-java
3030
31- - name : Upload build artifact
32- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
31+ - name : Security scan
32+ uses : databricks-eng/gh-action-scan@v1.0 .0
3333 with :
34- name : build-artifact
35- path : databricks-sdk-java/target/*.jar
36-
37- security-scan :
38- needs : build
39- uses : databricks-eng/gh-action-scan/.github/workflows/scan.yml@v1.0.0
40- with :
41- download-artifact : build-artifact
42- artifact-name : databricks-sdk-java
34+ artifact-path : databricks-sdk-java/target/
35+ artifact-name : databricks-sdk-java
You can’t perform that action at this time.
0 commit comments