diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 105e98b..dd658f7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v6 with: - java-version: 17 + java-version: 17.0.20+101 distribution: 'temurin' - name: Build with Maven diff --git a/.github/workflows/deploy-to-github.yml b/.github/workflows/deploy-to-github.yml index dcfd81f..0966b26 100644 --- a/.github/workflows/deploy-to-github.yml +++ b/.github/workflows/deploy-to-github.yml @@ -18,7 +18,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v6 with: - java-version: 17 + java-version: 17.0.20+101 distribution: 'temurin' - name: Configure Maven settings diff --git a/.github/workflows/maven-publish-on-push.yml b/.github/workflows/maven-publish-on-push.yml index 3cf9961..04e9d82 100644 --- a/.github/workflows/maven-publish-on-push.yml +++ b/.github/workflows/maven-publish-on-push.yml @@ -22,7 +22,7 @@ jobs: - name: Set up JDK 17 for Github deployment uses: actions/setup-java@v6 with: - java-version: 17 + java-version: 17.0.20+101 distribution: 'temurin' server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file @@ -62,7 +62,7 @@ jobs: - name: Set up JDK 17 for NERZ-Snapshot-Deployment uses: actions/setup-java@v6 with: - java-version: 17 + java-version: 17.0.20+101 distribution: 'temurin' server-id: nerz-snapshots server-username: MAVEN_USERNAME @@ -80,7 +80,7 @@ jobs: - name: Set up JDK 17 for NERZ-Release-Deployment uses: actions/setup-java@v6 with: - java-version: 17 + java-version: 17.0.20+101 distribution: 'temurin' server-id: nerz-releases server-username: MAVEN_USERNAME