2626 spotless :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3030
3131 - name : Free disk space
3232 run : .github/scripts/gha-free-disk-space.sh
@@ -52,14 +52,14 @@ jobs:
5252 gradle-wrapper-validation :
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5656
5757 - uses : gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
5858
5959 license-check :
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
62+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6363
6464 - name : Free disk space
6565 run : .github/scripts/gha-free-disk-space.sh
@@ -105,7 +105,7 @@ jobs:
105105 extra-dependency-management-enforcement :
106106 runs-on : ubuntu-latest
107107 steps :
108- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
108+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
109109
110110 - name : Dependency check
111111 run : |
@@ -128,7 +128,7 @@ jobs:
128128 build :
129129 runs-on : ubuntu-latest
130130 steps :
131- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
131+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
132132
133133 - name : Free disk space
134134 run : .github/scripts/gha-free-disk-space.sh
@@ -171,7 +171,7 @@ jobs:
171171 fi
172172
173173 - name : Upload agent jar
174- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
174+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
175175 with :
176176 name : opentelemetry-javaagent.jar
177177 path : javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
@@ -182,7 +182,7 @@ jobs:
182182 mkdir sboms
183183 cp javaagent/build/spdx/*.spdx.json sboms
184184
185- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
185+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
186186 name : Upload SBOMs
187187 with :
188188 name : opentelemetry-java-instrumentation-SBOM.zip
@@ -213,7 +213,7 @@ jobs:
213213 vm : openj9
214214 fail-fast : false
215215 steps :
216- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
216+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
217217
218218 - name : Free disk space
219219 run : .github/scripts/gha-free-disk-space.sh
@@ -240,7 +240,7 @@ jobs:
240240
241241 # vaadin tests use pnpm
242242 - name : Cache pnpm modules
243- uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
243+ uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
244244 with :
245245 path : ~/.pnpm-store
246246 key : ${{ runner.os }}-test-cache-pnpm-modules
@@ -291,15 +291,15 @@ jobs:
291291
292292 - name : Upload deadlock detector artifacts if any
293293 if : failure()
294- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
294+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
295295 with :
296296 name : deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
297297 path : /tmp/deadlock-detector-*
298298 if-no-files-found : ignore
299299
300300 - name : Upload jvm crash dump files if any
301301 if : failure()
302- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
302+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
303303 with :
304304 name : javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
305305 path : |
@@ -336,7 +336,7 @@ jobs:
336336 run : git config --system core.longpaths true
337337 if : matrix.os == 'windows-latest'
338338
339- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
339+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
340340
341341 - name : Free disk space
342342 run : .github/scripts/gha-free-disk-space.sh
@@ -368,7 +368,7 @@ jobs:
368368
369369 - name : Upload jvm crash dump files if any
370370 if : failure()
371- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
371+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
372372 with :
373373 name : javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
374374 # we expect crash dumps either in root director or in smoke-tests
@@ -389,7 +389,7 @@ jobs:
389389 gradle-plugins :
390390 runs-on : ubuntu-latest
391391 steps :
392- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
392+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
393393
394394 - name : Free disk space
395395 run : .github/scripts/gha-free-disk-space.sh
@@ -412,7 +412,7 @@ jobs:
412412 examples :
413413 runs-on : ubuntu-latest
414414 steps :
415- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
415+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
416416
417417 - name : Free disk space
418418 run : .github/scripts/gha-free-disk-space.sh
0 commit comments