From 023faf7ebc93f300fb90ed9e2edb91ffae29a2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:55:30 +0000 Subject: [PATCH] chore(deps): bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action). Updates `EmbarkStudios/cargo-deny-action` from 2.0.15 to 2.0.16 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.15...v2.0.16) Updates `kentaro-m/auto-assign-action` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](https://github.com/kentaro-m/auto-assign-action/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: kentaro-m/auto-assign-action dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_auth_daemon_code.yaml | 2 +- .github/workflows/_auto_assign.yaml | 2 +- .github/workflows/_graph_proxy_code.yaml | 2 +- .github/workflows/_sessionspaces_code.yaml | 2 +- .github/workflows/_telemetry_code.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/_auth_daemon_code.yaml b/.github/workflows/_auth_daemon_code.yaml index 4fa0abb7b..ae5c7da0c 100644 --- a/.github/workflows/_auth_daemon_code.yaml +++ b/.github/workflows/_auth_daemon_code.yaml @@ -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.16 with: command: check licenses ban manifest-path: backend/Cargo.toml diff --git a/.github/workflows/_auto_assign.yaml b/.github/workflows/_auto_assign.yaml index 609c7f873..0b354943e 100644 --- a/.github/workflows/_auto_assign.yaml +++ b/.github/workflows/_auto_assign.yaml @@ -10,6 +10,6 @@ jobs: !startsWith(github.head_ref, 'release-please--') && !startsWith(github.head_ref, 'dependabot/') steps: - - uses: kentaro-m/auto-assign-action@v2.0.1 + - uses: kentaro-m/auto-assign-action@v2.0.2 with: configuration-path: .github/auto_assign_config.yaml diff --git a/.github/workflows/_graph_proxy_code.yaml b/.github/workflows/_graph_proxy_code.yaml index 50e676d54..2cb1b906c 100644 --- a/.github/workflows/_graph_proxy_code.yaml +++ b/.github/workflows/_graph_proxy_code.yaml @@ -46,7 +46,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.16 with: command: check licenses ban manifest-path: backend/Cargo.toml diff --git a/.github/workflows/_sessionspaces_code.yaml b/.github/workflows/_sessionspaces_code.yaml index 31c9629c5..b2642f6d5 100644 --- a/.github/workflows/_sessionspaces_code.yaml +++ b/.github/workflows/_sessionspaces_code.yaml @@ -51,7 +51,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.16 with: command: check licenses ban manifest-path: backend/Cargo.toml diff --git a/.github/workflows/_telemetry_code.yaml b/.github/workflows/_telemetry_code.yaml index 95b4c43ad..469ab6df5 100644 --- a/.github/workflows/_telemetry_code.yaml +++ b/.github/workflows/_telemetry_code.yaml @@ -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.16 with: command: check licenses ban manifest-path: backend/Cargo.toml