File tree 3 files changed +19
-19
lines changed
3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
policy-server-attestation-${{ matrix.arch }}-checksum.txt
164
164
165
165
- name : Upload SBOMs as artifacts
166
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
166
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
167
167
with :
168
168
name : attestation-${{ matrix.arch }}
169
169
path : policy-server-attestation-${{ matrix.arch }}*
@@ -220,7 +220,7 @@ jobs:
220
220
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
221
221
222
222
- name : Download attestation artifact
223
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
223
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
224
224
with :
225
225
pattern : attestation-*
226
226
path : ./
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
- " 16686:16686"
7
7
- " 4318:4317"
8
8
otel-collector :
9
- image : otel/opentelemetry-collector:0.122.0
9
+ image : otel/opentelemetry-collector:0.122.1
10
10
volumes :
11
11
- ./otel-collector-minimal-config.yml:/etc/otel-collector-config.yml
12
12
ports :
You can’t perform that action at this time.
0 commit comments