Skip to content

Commit

Permalink
Merge pull request #725 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
flavio authored Feb 19, 2024
2 parents 233fcfa + 8a4804c commit 880512d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16
uses: kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17

- 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@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16
uses: kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17
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@fec014fdb0f33e2cdc76ea017888336055312da8 # v3.1.16
uses: kubewarden/github-actions/syft-installer@3a796f1ea1e8441f4daf5fa20c988354b70c4cb0 # v3.1.17
with:
arch: windows_amd64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1
- uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ directories = "5.0.1"
flate2 = "1.0.28"
humansize = "2.1"
itertools = "0.12.1"
k8s-openapi = { version = "0.21.0", default-features = false, features = [
k8s-openapi = { version = "0.21.1", default-features = false, features = [
"v1_29",
] }
lazy_static = "1.4.0"
Expand All @@ -28,8 +28,8 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
regex = "1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.31"
syntect = { version = "5.1", default-features = false, features = [
serde_yaml = "0.9.32"
syntect = { version = "5.2", default-features = false, features = [
"default-syntaxes",
"parsing",
] }
Expand All @@ -43,7 +43,7 @@ url = "2.5.0"
walrus = "0.20.3"
wasmparser = "0.200"
time = "0.3.34"
semver = { version = "1.0.21", features = ["serde"] }
semver = { version = "1.0.22", features = ["serde"] }

# This is required to have reqwest built using the `rustls-tls-native-roots`
# feature across all the transitive dependencies of kwctl
Expand Down

0 comments on commit 880512d

Please sign in to comment.