diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff9bb509be..f361a12a30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" - uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.7.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 a2fbbd28c9..13e1423798 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -81,7 +81,7 @@ jobs: # CodeQL executes https://github.com/ferstl/depgraph-maven-plugin - name: "Install: JDK 21 for Maven/Tycho ☕" - uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.7.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 5863a965fc..b0f9f3d221 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -71,7 +71,7 @@ jobs: repository: ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }} ref: ${{ fromJSON(steps.get-pr.outputs.result).head.sha }} # or .head.ref for branch name - name: Set up JDK 21 - uses: actions/setup-java@v5.6.0 + uses: actions/setup-java@v5.7.0 with: java-version: '21' distribution: 'temurin'