diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 861e94d30..6c8e1b586 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,7 +134,7 @@ jobs: - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" - uses: actions/setup-java@v5 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java with: distribution: temurin java-version: ${{ env.JAVA_VERSION }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2268b7d51..d9863c086 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -93,7 +93,7 @@ jobs: - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" - uses: actions/setup-java@v5 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java if: matrix.language == 'java' with: distribution: temurin diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index aef743c8a..e427bbc05 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -65,7 +65,7 @@ jobs: - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" - uses: actions/setup-java@v5 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java with: distribution: temurin java-version: ${{ env.JAVA_VERSION }}