@@ -212,7 +212,7 @@ jobs:
212212 fi
213213
214214 - name : Upload agent jar
215- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
215+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
216216 with :
217217 name : opentelemetry-javaagent.jar
218218 path : javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
@@ -223,7 +223,7 @@ jobs:
223223 mkdir sboms
224224 cp javaagent/build/spdx/*.spdx.json sboms
225225
226- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
226+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
227227 name : Upload SBOMs
228228 with :
229229 name : opentelemetry-java-instrumentation-SBOM.zip
@@ -285,7 +285,7 @@ jobs:
285285
286286 # vaadin tests use pnpm
287287 - name : Cache pnpm modules
288- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
288+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
289289 with :
290290 path : ~/.pnpm-store
291291 key : ${{ runner.os }}-test-cache-pnpm-modules
@@ -368,15 +368,15 @@ jobs:
368368
369369 - name : Upload deadlock detector artifacts if any
370370 if : failure()
371- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
371+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
372372 with :
373373 name : deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}-indy-${{ matrix.test-indy }}
374374 path : /tmp/deadlock-detector-*
375375 if-no-files-found : ignore
376376
377377 - name : Upload jvm crash dump files if any
378378 if : failure()
379- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
379+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
380380 with :
381381 name : javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
382382 path : |
@@ -440,7 +440,7 @@ jobs:
440440
441441 - name : Upload jvm crash dump files if any
442442 if : failure()
443- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
443+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
444444 with :
445445 name : javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
446446 # we expect crash dumps either in root director or in smoke-tests
0 commit comments