diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 84a64a39..63be62d5 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis submodules: true - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 11 - name: Download and set up sonar-scanner