diff --git a/.github/workflows/java-code-analysis.yml b/.github/workflows/java-code-analysis.yml index e9ff43c5..b00e10ea 100644 --- a/.github/workflows/java-code-analysis.yml +++ b/.github/workflows/java-code-analysis.yml @@ -64,7 +64,7 @@ jobs: fetch-depth: 0 # Include the full git history for analysis - name: (Prepare Code to Analyze) Setup Java Development Kit for Maven JARs downloading (JDK) ${{ env.JAVA_VERSION}} - uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4 + uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4 with: distribution: "temurin" java-version: ${{ env.JAVA_VERSION}}