Skip to content

Commit

Permalink
Merge pull request kubewarden#692 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
chore(deps): update all patchlevel dependencies
  • Loading branch information
viccuad authored Jan 22, 2024
2 parents 469fae8 + 87c633b commit 6afabd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: kwctl-linux-${{ matrix.targetarch }}.zip

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12
uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14

- name: Create SBOM file
shell: bash
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
path: kwctl-darwin-${{ matrix.targetarch }}.zip

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12
uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14
with:
arch: darwin_amd64

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
path: kwctl-windows-x86_64.exe.zip

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12
uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14
with:
arch: windows_amd64

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ k8s-openapi = { version = "0.20.0", default-features = false, features = [
"v1_28",
] }
lazy_static = "1.4.0"
pulldown-cmark-mdcat = { version = "2.1.0", default-features = false, features = [
pulldown-cmark-mdcat = { version = "2.1.1", default-features = false, features = [
"regex-fancy",
] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.0" }
Expand Down

0 comments on commit 6afabd1

Please sign in to comment.