From d0d4b4b3c6f02ebf6ccdb66a94cd1cb81e22043b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:34:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-java digest to be666c2 --- .github/workflows/test-and-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-analyze.yml b/.github/workflows/test-and-analyze.yml index ff679a8fa..e0bc9e504 100644 --- a/.github/workflows/test-and-analyze.yml +++ b/.github/workflows/test-and-analyze.yml @@ -20,7 +20,7 @@ jobs: dotnet-version: | 8.0.x - name: Set up JDK 11 - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 with: distribution: 'zulu' java-version: 17