Skip to content

Commit 010407d

Browse files
authored
Merge pull request #16 from JohT/renovate/actions-setup-java-digest
Update actions/setup-java digest to 3a4f6e1
2 parents 5fb68e0 + bea5270 commit 010407d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0 # Include the full git history for analysis
6565

6666
- name: (Prepare Code to Analyze) Setup Java Development Kit for Maven JARs downloading (JDK) ${{ env.JAVA_VERSION}}
67-
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
67+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
6868
with:
6969
distribution: "temurin"
7070
java-version: ${{ env.JAVA_VERSION}}

0 commit comments

Comments
 (0)