Skip to content

Commit 0b17a55

Browse files
chore(deps): update all patchlevel dependencies
1 parent 88d389d commit 0b17a55

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/fossa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17-
- uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1
17+
- uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
1818
with:
1919
api-key: ${{secrets.FOSSA_API_TOKEN}}

.github/workflows/sbom.yml

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

3030
- name: Install the syft command
31-
uses: kubewarden/github-actions/syft-installer@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16
31+
uses: kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17
3232

3333
- name: Install the crane command
34-
uses: kubewarden/github-actions/crane-installer@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16
34+
uses: kubewarden/github-actions/crane-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17
3535

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

Cargo.lock

+3-3
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
@@ -16,7 +16,7 @@ clap = { version = "4.5", features = ["cargo", "env"] }
1616
daemonize = "0.5"
1717
humansize = "2.1"
1818
itertools = "0.12.1"
19-
k8s-openapi = { version = "0.21.0", default-features = false, features = [
19+
k8s-openapi = { version = "0.21.1", default-features = false, features = [
2020
"v1_29",
2121
] }
2222
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)