We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fb68e0 + bea5270 commit 010407dCopy full SHA for 010407d
.github/workflows/java-code-analysis.yml
@@ -64,7 +64,7 @@ jobs:
64
fetch-depth: 0 # Include the full git history for analysis
65
66
- name: (Prepare Code to Analyze) Setup Java Development Kit for Maven JARs downloading (JDK) ${{ env.JAVA_VERSION}}
67
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
68
with:
69
distribution: "temurin"
70
java-version: ${{ env.JAVA_VERSION}}
0 commit comments