File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 repository : ${{ steps.get-vars.outputs.repo }}
5858 ref : ${{ steps.get-vars.outputs.branch }}
5959 - name : Set up JDK 21
60- uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
60+ uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
6161 with :
6262 distribution : " temurin"
6363 java-version : 21
Original file line number Diff line number Diff line change 4747 with :
4848 languages : ${{ matrix.language }}
4949 - name : Set up JDK 21
50- uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
50+ uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
5151 with :
5252 distribution : " temurin"
5353 java-version : 21
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131
3232 - name : set up JDK 21
33- uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
33+ uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
3434 if : ${{ steps.check-secrets.outputs.ok == 'true' }}
3535 with :
3636 distribution : " temurin"
You can’t perform that action at this time.
0 commit comments