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 7423f3d + 1c2a7fb commit cea1cacCopy full SHA for cea1cac
.github/workflows/java-code-analysis.yml
@@ -60,7 +60,7 @@ jobs:
60
git clone --bare https://github.com/AxonFramework/AxonFramework.git --branch "axon-${{ env.AXON_FRAMEWORK_VERSION }}" --single-branch "./source/AxonFramework-${{ env.AXON_FRAMEWORK_VERSION }}/.git"
61
62
- name: (Prepare Code to Analyze) Setup Java Development Kit for Maven JARs downloading (JDK) ${{ env.JAVA_VERSION}}
63
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
64
with:
65
distribution: "temurin"
66
java-version: ${{ env.JAVA_VERSION}}
0 commit comments