diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index f096d9160..404393a5d 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -11,7 +11,7 @@ jobs: if: (github.repository == 'EvilBeaver/OneScript' ) && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name) steps: - name: Set up JDK 17 - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.6.0 with: java-version: 17 distribution: temurin