Skip to content

Commit 0bba95f

Browse files
Merge pull request #665 from kubewarden/renovate/all-patch
chore(deps): update all patchlevel dependencies
2 parents 974161a + 5483a4a commit 0bba95f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/container-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
args: --release --target ${{matrix.targetarch}}-unknown-linux-musl
3737

3838
- name: Upload policy-server binary
39-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
39+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
4040
with:
4141
name: policy-server-${{ matrix.targetarch }}
4242
path: |
@@ -70,12 +70,12 @@ jobs:
7070

7171
# Download the policy-server artifacts we've built inside of the previous job
7272
- name: Download policy-server-x86_64 artifact
73-
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
73+
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
7474
with:
7575
name: policy-server-x86_64
7676
path: artifacts-x86_64
7777
- name: Download policy-server-aarch64 artifact
78-
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
78+
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
7979
with:
8080
name: policy-server-aarch64
8181
path: artifacts-aarch64

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7575

7676
- name: Download SBOM artifact
77-
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
77+
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
7878
with:
7979
pattern: sbom-*
8080
path: ./

.github/workflows/sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ghcr.io/${{github.repository_owner}}/policy-server:${SBOM_TAG}
8282
8383
- name: Upload SBOMs as artifacts
84-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
84+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
8585
with:
8686
name: sbom-${{ matrix.arch }}
8787
path: policy-server-sbom-${{ matrix.arch }}*

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde = { version = "1.0", features = ["derive"] }
3535
serde_yaml = "0.9.31"
3636
sha2 = "0.10"
3737
thiserror = "1.0"
38-
tokio = { version = "^1.35.1", features = ["full"] }
38+
tokio = { version = "^1.36.0", features = ["full"] }
3939
tracing = "0.1"
4040
tracing-futures = "0.2"
4141
tracing-opentelemetry = "0.22.0"

0 commit comments

Comments
 (0)