Skip to content

Commit 2cdcd8b

Browse files
authored
Merge pull request #656 from kubewarden/renovate/all-patch
fix(deps): update all patchlevel dependencies
2 parents 1ed85cb + 412026e commit 2cdcd8b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/sbom.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
2929

3030
- name: Install the syft command
31-
uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14
31+
uses: kubewarden/github-actions/syft-installer@006574f6fc951a9f7207ea524ea9463cc92c1527 # v3.1.15
3232

3333
- name: Install the crane command
34-
uses: kubewarden/github-actions/crane-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14
34+
uses: kubewarden/github-actions/crane-installer@006574f6fc951a9f7207ea524ea9463cc92c1527 # v3.1.15
3535

3636
- name: Login to GitHub Container Registry
3737
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "1.0"
1515
clap = { version = "4.4", features = ["cargo", "env"] }
1616
daemonize = "0.5"
1717
humansize = "2.1"
18-
itertools = "0.12.0"
18+
itertools = "0.12.1"
1919
k8s-openapi = { version = "0.21.0", default-features = false, features = [
2020
"v1_29",
2121
] }
@@ -32,7 +32,7 @@ policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag
3232
rayon = "1.8"
3333
serde_json = "1.0"
3434
serde = { version = "1.0", features = ["derive"] }
35-
serde_yaml = "0.9.30"
35+
serde_yaml = "0.9.31"
3636
sha2 = "0.10"
3737
thiserror = "1.0"
3838
tokio = { version = "^1.35.1", features = ["full"] }

0 commit comments

Comments
 (0)