diff --git a/.github/workflows/test-solution.yml b/.github/workflows/test-solution.yml index 5a8e6a77..b63ec8bb 100644 --- a/.github/workflows/test-solution.yml +++ b/.github/workflows/test-solution.yml @@ -29,7 +29,7 @@ jobs: ${{ env.DOTNET_VERSION }} - name: Setup JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4 + uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4 with: distribution: 'microsoft' java-version: ${{ env.JAVA_VERSION }}