chore(deps): update actions/setup-java action to v4.3.0
This commit is contained in:
2
.github/workflows/sonarqube.yaml
vendored
2
.github/workflows/sonarqube.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- uses: actions/setup-java@v4.2.2
|
||||
- uses: actions/setup-java@v4.3.0
|
||||
if: ${{ hashFiles('**/pom.xml') }}
|
||||
with:
|
||||
java-version: 17
|
||||
|
||||
Reference in New Issue
Block a user