mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
GitHub Actions: Run static code analysis with Java 17
This commit is contained in:
parent
f8d218ff3d
commit
e1db9b11cd
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
# Setup Java
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 16
|
||||
java-version: 17
|
||||
distribution: adopt
|
||||
|
||||
# Checkout project files
|
||||
|
Loading…
Reference in New Issue
Block a user