From 4e80754af4e58d799e7d0e1f8f9cc6312f9383ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:30:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to 51ab6d2 --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index b0751e5f6..65487dfe1 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 - name: Set up JDK 8 - uses: actions/setup-java@99d3141d9ba96520552bfd7a9545bc1d74da9251 + uses: actions/setup-java@51ab6d2e3070fda1eac8cfaab8ffd90e6019d7e1 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f12c9f1d5..354f623ab 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 - name: Set up JDK 8 - uses: actions/setup-java@99d3141d9ba96520552bfd7a9545bc1d74da9251 + uses: actions/setup-java@51ab6d2e3070fda1eac8cfaab8ffd90e6019d7e1 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5ea9967b..aeebf6beb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@99d3141d9ba96520552bfd7a9545bc1d74da9251 + uses: actions/setup-java@51ab6d2e3070fda1eac8cfaab8ffd90e6019d7e1 with: java-version: '8' distribution: 'temurin'