From b4c47b0d7834b9cbab0358c7b7c06b45f96bee93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 20:51:23 +0000 Subject: [PATCH] Update actions/setup-java digest to 5ffc13f --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1294f404..a1d3ac24 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: Set up JDK 17 - uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # tag=v3 + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3 with: java-version: '17' distribution: 'corretto'