diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fa39f66..971546d8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,7 +82,7 @@ jobs: ref: main fetch-depth: 0 # To fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 83823ae8..1b26d233 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -85,7 +85,7 @@ jobs: with: fetch-depth: 0 - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -110,7 +110,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -152,7 +152,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -194,7 +194,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -239,7 +239,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -285,7 +285,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -351,7 +351,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -401,7 +401,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -454,7 +454,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -513,7 +513,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' @@ -608,7 +608,7 @@ jobs: with: fetch-depth: 0 # to fetch all commits - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 87e6e67d..c50efc6c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,7 +70,7 @@ jobs: gpg --import private.pgp - name: Set up Java - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 timeout-minutes: 1 with: distribution: 'temurin'