File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : ' Check out repository'
2222 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
23+ with :
24+ persist-credentials : false
2325 - name : ' Set up JDK 26 for compilation'
2426 uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95
2527 with :
5153 steps :
5254 - name : ' Check out repository'
5355 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
56+ with :
57+ persist-credentials : false
5458 - name : ' Set up JDK ${{ matrix.java }} for testing'
5559 uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95
5660 with :
8185 steps :
8286 - name : ' Check out repository'
8387 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
88+ with :
89+ persist-credentials : false
8490 - name : ' Set up JDK 26'
8591 uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95
8692 with :
@@ -106,6 +112,8 @@ jobs:
106112 steps :
107113 - name : ' Check out repository'
108114 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
115+ with :
116+ persist-credentials : false
109117 - name : ' Set up JDK 26'
110118 uses : actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95
111119 with :
You can’t perform that action at this time.
0 commit comments