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.
1 parent dd46c5a commit 371db96Copy full SHA for 371db96
.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@dded0888837ed1f317902acf8a20df0ad188d165 # v5
+ uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
64
with:
65
distribution: "temurin"
66
java-version: ${{ env.JAVA_VERSION}}
0 commit comments