Skip to content

Commit 1dc942f

Browse files
authoredMar 20, 2025··
Merge pull request #1141 from kubewarden/renovate/all-patch
build(deps): update all patch level dependencies
2 parents 9e804d0 + 4e7e259 commit 1dc942f

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed
 

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
policy-server-attestation-${{ matrix.arch }}-checksum.txt
164164
165165
- name: Upload SBOMs as artifacts
166-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
166+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
167167
with:
168168
name: attestation-${{ matrix.arch }}
169169
path: policy-server-attestation-${{ matrix.arch }}*
@@ -220,7 +220,7 @@ jobs:
220220
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
221221

222222
- name: Download attestation artifact
223-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
223+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
224224
with:
225225
pattern: attestation-*
226226
path: ./

‎Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎hack/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- "16686:16686"
77
- "4318:4317"
88
otel-collector:
9-
image: otel/opentelemetry-collector:0.122.0
9+
image: otel/opentelemetry-collector:0.122.1
1010
volumes:
1111
- ./otel-collector-minimal-config.yml:/etc/otel-collector-config.yml
1212
ports:

0 commit comments

Comments
 (0)
Please sign in to comment.