From 58c5672d441959b4563ba90a14d34698a58eb81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 06:00:30 +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 | | --- | --- | --- | | [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) | `1.15.2` | `1.16.1` | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.8.1` | `2.9.1` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.13` | `2.0.18` | | [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) | `0.2.14` | `0.2.15` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.2.0` | Updates `actions-rust-lang/setup-rust-toolchain` from 1.15.2 to 1.16.1 - [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases) - [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.15.2...v1.16.1) Updates `Swatinem/rust-cache` from 2.8.1 to 2.9.1 - [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.8.1...v2.9.1) Updates `EmbarkStudios/cargo-deny-action` from 2.0.13 to 2.0.18 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.13...v2.0.18) Updates `kyverno/action-install-chainsaw` from 0.2.14 to 0.2.15 - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.2.14...v0.2.15) Updates `actions/create-github-app-token` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: actions-rust-lang/setup-rust-toolchain dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: kyverno/action-install-chainsaw dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_auth_core_code.yaml | 6 +++--- .github/workflows/_auth_daemon_code.yaml | 6 +++--- .github/workflows/_cli_code.yaml | 8 ++++---- .github/workflows/_graph_proxy_code.yaml | 6 +++--- .github/workflows/_graph_proxy_schema.yaml | 2 +- .github/workflows/_kyverno_policy.yaml | 2 +- .github/workflows/_oidc_bff_code.yaml | 10 +++++----- .github/workflows/_release_please.yaml | 2 +- .github/workflows/_sessionspaces_code.yaml | 6 +++--- .github/workflows/_telemetry_code.yaml | 6 +++--- 10 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/_auth_core_code.yaml b/.github/workflows/_auth_core_code.yaml index 47910f586..5deb150dd 100644 --- a/.github/workflows/_auth_core_code.yaml +++ b/.github/workflows/_auth_core_code.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.4 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: clippy,rustfmt @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.15 + uses: EmbarkStudios/cargo-deny-action@v2.0.18 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.4 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: rustfmt diff --git a/.github/workflows/_auth_daemon_code.yaml b/.github/workflows/_auth_daemon_code.yaml index 2b755276d..4bf91ef23 100644 --- a/.github/workflows/_auth_daemon_code.yaml +++ b/.github/workflows/_auth_daemon_code.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: clippy,rustfmt @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.17 + uses: EmbarkStudios/cargo-deny-action@v2.0.18 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: rustfmt diff --git a/.github/workflows/_cli_code.yaml b/.github/workflows/_cli_code.yaml index 4635e593d..6e127e15f 100644 --- a/.github/workflows/_cli_code.yaml +++ b/.github/workflows/_cli_code.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: clippy,rustfmt @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 - name: Download tarpaulin run: | @@ -106,7 +106,7 @@ jobs: key: cli-release - name: Install rust - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: target: x86_64-unknown-linux-musl diff --git a/.github/workflows/_graph_proxy_code.yaml b/.github/workflows/_graph_proxy_code.yaml index fe5948873..0cd098bb6 100644 --- a/.github/workflows/_graph_proxy_code.yaml +++ b/.github/workflows/_graph_proxy_code.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: clippy,rustfmt @@ -46,7 +46,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.17 + uses: EmbarkStudios/cargo-deny-action@v2.0.18 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: rustfmt diff --git a/.github/workflows/_graph_proxy_schema.yaml b/.github/workflows/_graph_proxy_schema.yaml index 613d17881..b293e2d91 100644 --- a/.github/workflows/_graph_proxy_schema.yaml +++ b/.github/workflows/_graph_proxy_schema.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: rustfmt diff --git a/.github/workflows/_kyverno_policy.yaml b/.github/workflows/_kyverno_policy.yaml index e684574a2..62d6fb155 100644 --- a/.github/workflows/_kyverno_policy.yaml +++ b/.github/workflows/_kyverno_policy.yaml @@ -14,7 +14,7 @@ jobs: uses: azure/setup-helm@v4 - name: Setup Chainsaw - uses: kyverno/action-install-chainsaw@v0.2.14 + uses: kyverno/action-install-chainsaw@v0.2.15 - name: Create kind cluster uses: helm/kind-action@v1.14.0 diff --git a/.github/workflows/_oidc_bff_code.yaml b/.github/workflows/_oidc_bff_code.yaml index 81af7ec8b..5e8fa1342 100644 --- a/.github/workflows/_oidc_bff_code.yaml +++ b/.github/workflows/_oidc_bff_code.yaml @@ -11,13 +11,13 @@ jobs: uses: actions/checkout@v5 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.2 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.8.1 + uses: Swatinem/rust-cache@v2.9.1 with: shared-key: backend/oidc-bff workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.13 + uses: EmbarkStudios/cargo-deny-action@v2.0.18 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -51,13 +51,13 @@ jobs: uses: actions/checkout@v5 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.2 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.8.1 + uses: Swatinem/rust-cache@v2.9.1 with: shared-key: backend/oidc-bff workspaces: backend diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index c6b187fd4..6fc64a237 100644 --- a/.github/workflows/_release_please.yaml +++ b/.github/workflows/_release_please.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@v3.0.0 + uses: actions/create-github-app-token@v3.2.0 with: app-id: 1077859 private-key: ${{ secrets.release_please_token }} diff --git a/.github/workflows/_sessionspaces_code.yaml b/.github/workflows/_sessionspaces_code.yaml index 515301b74..1e5819027 100644 --- a/.github/workflows/_sessionspaces_code.yaml +++ b/.github/workflows/_sessionspaces_code.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: components: clippy,rustfmt @@ -51,7 +51,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.17 + uses: EmbarkStudios/cargo-deny-action@v2.0.18 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 - name: Cache Rust Build uses: Swatinem/rust-cache@v2.9.1 diff --git a/.github/workflows/_telemetry_code.yaml b/.github/workflows/_telemetry_code.yaml index 4131d4606..0b46a99a3 100644 --- a/.github/workflows/_telemetry_code.yaml +++ b/.github/workflows/_telemetry_code.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: clippy,rustfmt @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.17 + uses: EmbarkStudios/cargo-deny-action@v2.0.18 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.1 with: cache: false components: rustfmt