From b83f790d01b54a9c6277d8749d14ce1d074a9a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:37:40 +0000 Subject: [PATCH 1/4] Update actions/setup-java digest to 6a0805f --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/trigger-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ace5572..fab1f30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 with: distribution: 'temurin' java-version: ${{ matrix.java_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d08c418..b6cb52b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # # v4.1.7 - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 with: distribution: 'temurin' java-version: '11' diff --git a/.github/workflows/trigger-release.yml b/.github/workflows/trigger-release.yml index 1833fb6..0ed4b29 100644 --- a/.github/workflows/trigger-release.yml +++ b/.github/workflows/trigger-release.yml @@ -23,7 +23,7 @@ jobs: with: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 with: distribution: 'zulu' java-version: '17' From 0fdd14d60838c6ec2249f0b0ccf8233df4076c85 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Tue, 6 Aug 2024 08:33:55 +0200 Subject: [PATCH 2/4] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fab1f30..ba26033 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: distribution: 'temurin' java-version: ${{ matrix.java_version }} From 228bb2d48889a9002f6e061d91d81e4a06f86876 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Tue, 6 Aug 2024 08:34:05 +0200 Subject: [PATCH 3/4] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6cb52b..85cb318 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # # v4.1.7 - name: Set up JDK - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: distribution: 'temurin' java-version: '11' From e0b762a1ea3dd6ef6ac96c074786ccc32d2f5232 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Tue, 6 Aug 2024 08:34:14 +0200 Subject: [PATCH 4/4] Update trigger-release.yml --- .github/workflows/trigger-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-release.yml b/.github/workflows/trigger-release.yml index 0ed4b29..87df731 100644 --- a/.github/workflows/trigger-release.yml +++ b/.github/workflows/trigger-release.yml @@ -23,7 +23,7 @@ jobs: with: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Set up JDK - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4 + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2 with: distribution: 'zulu' java-version: '17'