diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 00ce1a598e..c73caf9dbb 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -77,7 +77,7 @@ jobs: dotnet-version: ${{ env.LATEST_NET_VERSION }} dotnet-quality: 'ga' - - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5 with: distribution: 'microsoft' java-version: '21' @@ -151,7 +151,7 @@ jobs: dotnet-version: ${{ env.TOOLKIT_NET_VERSION }} dotnet-quality: 'ga' - - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 + - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5 with: distribution: 'microsoft' java-version: '17'