File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 restore-keys : |
4949 ${{ runner.os }}-maven-
5050 - name : Set up JDK ${{ matrix.java }}
51- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
51+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
5252 with :
5353 distribution : ' zulu'
5454 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 7171 # Also complains: "Corrupted channel by directly writing to native stream in forked JVM 1"
7272 - name : Set up JDK ${{ matrix.java }}
7373 if : ${{ matrix.language == 'java' }}
74- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
74+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
7575 with :
7676 distribution : ' zulu'
7777 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 9898 restore-keys : |
9999 ${{ runner.os }}-maven-
100100 - name : Set up JDK ${{ matrix.java }}
101- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
101+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
102102 with :
103103 distribution : ' temurin'
104104 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 5050 with :
5151 persist-credentials : false
5252 - name : Set up JDK ${{ matrix.java }}
53- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
53+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
5454 with :
5555 distribution : ' temurin'
5656 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 with :
103103 persist-credentials : false
104104 - name : Set up JDK
105- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
105+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
106106 with :
107107 distribution : ' zulu'
108108 java-version : 11
@@ -187,7 +187,7 @@ jobs:
187187 - name : Show files
188188 run : ls -l target
189189 - name : Set up JDK ${{ matrix.java }}
190- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
190+ uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
191191 with :
192192 distribution : ' zulu'
193193 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments