Skip to content

Commit cea1cac

Browse files
authored
Merge pull request #83 from JohT/renovate/actions-setup-java-5.x
Update actions/setup-java action to v5
2 parents 7423f3d + 1c2a7fb commit cea1cac

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
@@ -60,7 +60,7 @@ jobs:
6060
git clone --bare https://github.com/AxonFramework/AxonFramework.git --branch "axon-${{ env.AXON_FRAMEWORK_VERSION }}" --single-branch "./source/AxonFramework-${{ env.AXON_FRAMEWORK_VERSION }}/.git"
6161
6262
- name: (Prepare Code to Analyze) Setup Java Development Kit for Maven JARs downloading (JDK) ${{ env.JAVA_VERSION}}
63-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
63+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
6464
with:
6565
distribution: "temurin"
6666
java-version: ${{ env.JAVA_VERSION}}

0 commit comments

Comments
 (0)