Skip to content

Commit f3a97c1

Browse files
Upgrade the JVM version in the static analysis workflow (#598)
1 parent fef8988 commit f3a97c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: '11'
21+
java-version: '21'
2222

2323
- name: Install static analysis tools
2424
run: |

0 commit comments

Comments
 (0)