diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ba56b7bd1..bd5dec353a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -154,7 +154,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v4 with: distribution: "temurin" # required Java distribution java-version: "17" # The JDK version to make available on the path.