@@ -205,7 +205,7 @@ jobs:
205
205
fi
206
206
207
207
- name : Upload agent jar
208
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
208
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
209
209
with :
210
210
name : opentelemetry-javaagent.jar
211
211
path : javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
@@ -216,7 +216,7 @@ jobs:
216
216
mkdir sboms
217
217
cp javaagent/build/spdx/*.spdx.json sboms
218
218
219
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
219
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
220
220
name : Upload SBOMs
221
221
with :
222
222
name : opentelemetry-java-instrumentation-SBOM.zip
@@ -272,7 +272,7 @@ jobs:
272
272
273
273
# vaadin tests use pnpm
274
274
- name : Cache pnpm modules
275
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
275
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
276
276
with :
277
277
path : ~/.pnpm-store
278
278
key : ${{ runner.os }}-test-cache-pnpm-modules
@@ -347,15 +347,15 @@ jobs:
347
347
348
348
- name : Upload deadlock detector artifacts if any
349
349
if : failure()
350
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
350
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
351
351
with :
352
352
name : deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
353
353
path : /tmp/deadlock-detector-*
354
354
if-no-files-found : ignore
355
355
356
356
- name : Upload jvm crash dump files if any
357
357
if : failure()
358
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
358
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
359
359
with :
360
360
name : javacore-test-${{ matrix.test-java-version }}-${{ matrix.test-partition }}
361
361
path : |
@@ -419,7 +419,7 @@ jobs:
419
419
420
420
- name : Upload jvm crash dump files if any
421
421
if : failure()
422
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
422
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
423
423
with :
424
424
name : javacore-smoke-test-${{ matrix.smoke-test-suite }}-${{ matrix.os }}
425
425
# we expect crash dumps either in root director or in smoke-tests
0 commit comments