Skip to content

Commit bcb9ffb

Browse files
committed
Use Java 25 for trivy-scan.yml workflow
Signed-off-by: onobc <[email protected]>
1 parent f391a21 commit bcb9ffb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v5
4141
- uses: spring-io/spring-gradle-build-action@v2
42+
with:
43+
java-version: '25'
44+
distribution: 'liberica'
4245
- name: Publish to local repo (poms)
4346
run: |
4447
./gradlew publishMavenJavaPublicationToLocalRepository

0 commit comments

Comments
 (0)