From 858a6e23e077a03be83ca6712f4f6a28697155cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 04:43:01 +0000 Subject: [PATCH] chore(deps): bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.9.1` | `2.9.2` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.20` | `2.1.1` | | [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.6.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `6.1.0` | `6.2.0` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.14.0` | `1.15.0` | Updates `Swatinem/rust-cache` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.9.1...v2.9.2) Updates `EmbarkStudios/cargo-deny-action` from 2.0.20 to 2.1.1 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.20...v2.1.1) Updates `docker/login-action` from 4.1.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.1.0...v4.6.0) Updates `docker/metadata-action` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v6.1.0...v6.2.0) Updates `helm/kind-action` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/metadata-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: helm/kind-action dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: Swatinem/rust-cache dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_auth_broker_code.yaml | 6 +++--- .github/workflows/_auth_broker_container.yaml | 4 ++-- .github/workflows/_auth_core_code.yaml | 6 +++--- .github/workflows/_auth_gateway_code.yaml | 6 +++--- .github/workflows/_auth_gateway_container.yaml | 4 ++-- .github/workflows/_dashboard_container.yaml | 4 ++-- .github/workflows/_graph_proxy_code.yaml | 6 +++--- .github/workflows/_graph_proxy_container.yaml | 4 ++-- .github/workflows/_graph_proxy_schema.yaml | 2 +- .github/workflows/_identity_mapper_container.yaml | 4 ++-- .github/workflows/_kyverno_policy.yaml | 2 +- .github/workflows/_sessionspaces_api_container.yaml | 4 ++-- .github/workflows/_sessionspaces_code.yaml | 6 +++--- .github/workflows/_sessionspaces_container.yaml | 4 ++-- .github/workflows/_sessionspaces_controller_code.yaml | 6 +++--- .github/workflows/_sessionspaces_webhook_container.yaml | 4 ++-- .github/workflows/_telemetry_code.yaml | 6 +++--- 17 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/_auth_broker_code.yaml b/.github/workflows/_auth_broker_code.yaml index ba48e78dc..6e3d2c0ad 100644 --- a/.github/workflows/_auth_broker_code.yaml +++ b/.github/workflows/_auth_broker_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-broker workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-broker workspaces: backend diff --git a/.github/workflows/_auth_broker_container.yaml b/.github/workflows/_auth_broker_container.yaml index 3c03dd485..ef6b2fd2a 100644 --- a/.github/workflows/_auth_broker_container.yaml +++ b/.github/workflows/_auth_broker_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_auth_core_code.yaml b/.github/workflows/_auth_core_code.yaml index 73203c05b..6d778eaa8 100644 --- a/.github/workflows/_auth_core_code.yaml +++ b/.github/workflows/_auth_core_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-core workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-core workspaces: backend diff --git a/.github/workflows/_auth_gateway_code.yaml b/.github/workflows/_auth_gateway_code.yaml index 019eb8c48..a2dd5b410 100644 --- a/.github/workflows/_auth_gateway_code.yaml +++ b/.github/workflows/_auth_gateway_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-gateway workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/auth-gateway workspaces: backend diff --git a/.github/workflows/_auth_gateway_container.yaml b/.github/workflows/_auth_gateway_container.yaml index 240bb995d..7a0b11790 100644 --- a/.github/workflows/_auth_gateway_container.yaml +++ b/.github/workflows/_auth_gateway_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_dashboard_container.yaml b/.github/workflows/_dashboard_container.yaml index 7cd975167..7bb4d7e69 100644 --- a/.github/workflows/_dashboard_container.yaml +++ b/.github/workflows/_dashboard_container.yaml @@ -24,7 +24,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -36,7 +36,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_graph_proxy_code.yaml b/.github/workflows/_graph_proxy_code.yaml index d6c9eb2eb..0538e7519 100644 --- a/.github/workflows/_graph_proxy_code.yaml +++ b/.github/workflows/_graph_proxy_code.yaml @@ -19,7 +19,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/graph-proxy workspaces: backend @@ -46,7 +46,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -66,7 +66,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/graph-proxy workspaces: backend diff --git a/.github/workflows/_graph_proxy_container.yaml b/.github/workflows/_graph_proxy_container.yaml index 9beaed18e..a5e24f61d 100644 --- a/.github/workflows/_graph_proxy_container.yaml +++ b/.github/workflows/_graph_proxy_container.yaml @@ -18,7 +18,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -30,7 +30,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_graph_proxy_schema.yaml b/.github/workflows/_graph_proxy_schema.yaml index b4e98e64d..02112a037 100644 --- a/.github/workflows/_graph_proxy_schema.yaml +++ b/.github/workflows/_graph_proxy_schema.yaml @@ -19,7 +19,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/graph-proxy workspaces: backend diff --git a/.github/workflows/_identity_mapper_container.yaml b/.github/workflows/_identity_mapper_container.yaml index f96def660..2d2a6ee41 100644 --- a/.github/workflows/_identity_mapper_container.yaml +++ b/.github/workflows/_identity_mapper_container.yaml @@ -18,7 +18,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -26,7 +26,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_kyverno_policy.yaml b/.github/workflows/_kyverno_policy.yaml index 6c468ab9f..9055874f8 100644 --- a/.github/workflows/_kyverno_policy.yaml +++ b/.github/workflows/_kyverno_policy.yaml @@ -17,7 +17,7 @@ jobs: uses: kyverno/action-install-chainsaw@v0.2.15 - name: Create kind cluster - uses: helm/kind-action@v1.14.0 + uses: helm/kind-action@v1.15.0 - name: Install chart dependencies run: | diff --git a/.github/workflows/_sessionspaces_api_container.yaml b/.github/workflows/_sessionspaces_api_container.yaml index 0f4546132..575b8a2e3 100644 --- a/.github/workflows/_sessionspaces_api_container.yaml +++ b/.github/workflows/_sessionspaces_api_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_sessionspaces_code.yaml b/.github/workflows/_sessionspaces_code.yaml index f846c4579..0fd7fdda0 100644 --- a/.github/workflows/_sessionspaces_code.yaml +++ b/.github/workflows/_sessionspaces_code.yaml @@ -29,7 +29,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend shared-key: backend/sessionspaces @@ -51,7 +51,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -79,7 +79,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend shared-key: backend/sessionspaces diff --git a/.github/workflows/_sessionspaces_container.yaml b/.github/workflows/_sessionspaces_container.yaml index 897b28680..d59e36bcb 100644 --- a/.github/workflows/_sessionspaces_container.yaml +++ b/.github/workflows/_sessionspaces_container.yaml @@ -29,7 +29,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -41,7 +41,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_sessionspaces_controller_code.yaml b/.github/workflows/_sessionspaces_controller_code.yaml index 523cb1898..98aac9cda 100644 --- a/.github/workflows/_sessionspaces_controller_code.yaml +++ b/.github/workflows/_sessionspaces_controller_code.yaml @@ -30,7 +30,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/sessionspaces-controller workspaces: backend @@ -52,7 +52,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -83,7 +83,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: shared-key: backend/sessionspaces-controller workspaces: backend diff --git a/.github/workflows/_sessionspaces_webhook_container.yaml b/.github/workflows/_sessionspaces_webhook_container.yaml index 24bbf660b..8b1ef50db 100644 --- a/.github/workflows/_sessionspaces_webhook_container.yaml +++ b/.github/workflows/_sessionspaces_webhook_container.yaml @@ -17,7 +17,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -29,7 +29,7 @@ jobs: - name: Docker Metadata id: meta - uses: docker/metadata-action@v6.1.0 + uses: docker/metadata-action@v6.2.0 with: images: ${{ env.IMAGE_REPOSITORY }} tags: | diff --git a/.github/workflows/_telemetry_code.yaml b/.github/workflows/_telemetry_code.yaml index cdf9ba858..e38639c89 100644 --- a/.github/workflows/_telemetry_code.yaml +++ b/.github/workflows/_telemetry_code.yaml @@ -17,7 +17,7 @@ jobs: components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend/telemetry shared-key: backend/telemetry @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -57,7 +57,7 @@ jobs: components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.9.1 + uses: Swatinem/rust-cache@v2.9.2 with: workspaces: backend/telemetry shared-key: backend/telemetry