@@ -43,12 +43,12 @@ jobs:
4343 java : [8, 11, 17, 21]
4444 steps :
4545 - name : Checkout code
46- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747 with :
4848 ref : ${{ github.event.pull_request.head.sha }}
4949 repository : ${{ github.event.pull_request.head.repo.full_name }}
5050 - name : Set up JDK
51- uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
51+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
5252 with :
5353 distribution : zulu
5454 java-version : ${{matrix.java}}
@@ -87,12 +87,12 @@ jobs:
8787 - name : Support longpaths
8888 run : git config --system core.longpaths true
8989 - name : Checkout code
90- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
90+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9191 with :
9292 ref : ${{ github.event.pull_request.head.sha }}
9393 repository : ${{ github.event.pull_request.head.repo.full_name }}
9494 - name : Set up JDK
95- uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
95+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
9696 with :
9797 distribution : zulu
9898 java-version : 8
@@ -126,12 +126,12 @@ jobs:
126126 java : [8, 11, 17, 21]
127127 steps :
128128 - name : Checkout code
129- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
129+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130130 with :
131131 ref : ${{ github.event.pull_request.head.sha }}
132132 repository : ${{ github.event.pull_request.head.repo.full_name }}
133133 - name : Set up JDK
134- uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
134+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
135135 with :
136136 distribution : zulu
137137 java-version : ${{matrix.java}}
@@ -144,12 +144,12 @@ jobs:
144144 runs-on : ubuntu-latest
145145 steps :
146146 - name : Checkout code
147- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
147+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
148148 with :
149149 ref : ${{ github.event.pull_request.head.sha }}
150150 repository : ${{ github.event.pull_request.head.repo.full_name }}
151151 - name : Set up JDK
152- uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
152+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
153153 with :
154154 distribution : zulu
155155 java-version : 21
@@ -164,12 +164,12 @@ jobs:
164164 runs-on : ubuntu-latest
165165 steps :
166166 - name : Checkout code
167- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
167+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
168168 with :
169169 ref : ${{ github.event.pull_request.head.sha }}
170170 repository : ${{ github.event.pull_request.head.repo.full_name }}
171171 - name : Set up JDK
172- uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
172+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
173173 with :
174174 distribution : zulu
175175 java-version : 8
@@ -191,13 +191,13 @@ jobs:
191191 issues : write
192192 steps :
193193 - name : Checkout code
194- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
194+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
195195 with :
196196 ref : ${{ github.event.pull_request.head.sha }}
197197 repository : ${{ github.event.pull_request.head.repo.full_name }}
198198
199199 - name : Set up GraalVM
200- uses : graalvm/setup-graalvm@790e28947b79a9c09c3391c0f18bf8d0f102ed69 # v1.4.4
200+ uses : graalvm/setup-graalvm@54b4f5a65c1a84b2fdfdc2078fe43df32819e4b1 # v1.4.5
201201 with :
202202 java-version : " 21"
203203 distribution : " graalvm-community"
@@ -258,13 +258,13 @@ jobs:
258258 pull-requests : write
259259 steps :
260260 - name : Checkout code
261- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
261+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
262262 with :
263263 ref : ${{ github.event.pull_request.head.sha }}
264264 repository : ${{ github.event.pull_request.head.repo.full_name }}
265265
266266 - name : Set up JDK
267- uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
267+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2 .0
268268 with :
269269 distribution : ' zulu'
270270 java-version : 8
0 commit comments