We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be6314 commit ed6deb8Copy full SHA for ed6deb8
.github/workflows/maven-service-build.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v3
32
33
- name: Run Build Java
34
- uses: valitydev/action-jdk-build@v0.0.14
+ uses: valitydev/action-jdk-build@trivy
35
with:
36
jdk-version: ${{ inputs.java-version }}
37
jdk-distribution: ${{ inputs.java-distribution }}
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments