diff --git a/.github/workflows/real-time-cpp-sonar.yml b/.github/workflows/real-time-cpp-sonar.yml index 2e4c7785a..29e1e745b 100644 --- a/.github/workflows/real-time-cpp-sonar.yml +++ b/.github/workflows/real-time-cpp-sonar.yml @@ -1,5 +1,5 @@ # ------------------------------------------------------------------------------ -# Copyright Christopher Kormanyos 2022. +# Copyright Christopher Kormanyos 2022 - 2023. # Distributed under the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt # or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -24,10 +24,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 11 + java-version: 17 distribution: 'zulu' - name: Download and set up sonar-scanner env: