Skip to content

Commit fcf8458

Browse files
committed
fix(deps): update all dependencies (patch only)
| datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | EmbarkStudios/cargo-deny-action | v2.0.12 | v2.0.13 | | github-tags | Swatinem/rust-cache | v2.8.0 | v2.8.1 | | github-tags | anchore/sbom-action | v0.20.1 | v0.20.9 | | crate | cc | 1.2.41 | 1.2.45 | | crate | clap | 4.5.49 | 4.5.51 | | crate | clap_complete | 4.5.59 | 4.5.60 | | crate | clap_complete_nushell | 4.5.9 | 4.5.10 | | crate | clap_mangen | 0.2.30 | 0.2.31 | | npm | eslint | 8.57.0 | 8.57.1 | | npm | eslint-config-prettier | 8.10.0 | 8.10.2 | | go | github.com/mittwald/go-helm-client | v0.12.10 | v0.12.18 | | crate | indicatif | 0.18.0 | 0.18.3 | | npm | openapi-typescript | 6.7.5 | 6.7.6 | | crate | tera | 1.20.0 | 1.20.1 | | npm | yarn | 1.22.19 | 1.22.22 |
1 parent f5df604 commit fcf8458

File tree

9 files changed

+245
-198
lines changed

9 files changed

+245
-198
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
toolchain: ${{ env.RUST_VERSION }}
5353

5454
- name: Setup Rust Cache
55-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
55+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
5656
with:
5757
key: pr-stackable-cockpit-chart
5858

@@ -109,10 +109,10 @@ jobs:
109109
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
110110

111111
- name: Install syft
112-
uses: anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
112+
uses: anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
113113

114114
- name: Setup Rust Cache
115-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
115+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
116116
with:
117117
key: pr-stackable-cockpit-chart
118118

.github/workflows/pr_general.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: yarn
3939
- run: yarn install --frozen-lockfile
4040

41-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
41+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4242
with:
4343
key: udeps
4444
cache-all-crates: "true"
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6060
with:
6161
submodules: recursive
62-
- uses: EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
62+
- uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad # v2.0.13
6363
with:
6464
command: check ${{ matrix.checks }}
6565

@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

83-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
83+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
8484
with:
8585
key: doc
8686

@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
go-version: ${{ env.GO_VERSION }}
109109

110-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
110+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
111111
with:
112112
key: test
113113

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
go-version: ${{ env.GO_VERSION }}
7171

72-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
72+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7373
with:
7474
key: build-stackablectl-${{ matrix.target }}
7575

Cargo.lock

Lines changed: 34 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)